[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
Tuple 
InstancesContainsElementOfType(
	
bool 
collection,
	
params 
List<
Type> 
types
)
Protected 
Function 
InstancesContainsElementOfType ( _
	
collection 
As 
Boolean, _
	
ParamArray 
types 
As 
List(
Of 
Type) _
) 
As 
Tuple
protected:
Tuple^ 
InstancesContainsElementOfType(
	
bool 
collection, 
		... 
List<
Type^>^ 
types
)

Parameters

collection
Boolean
types
List < (Of < ( <' Type > ) > ) >

See Also