MethodMetadataCollection..::..Contains Method
Determines whether the [ICollection{T}] contains a specific value.
Namespace:
Tortuga.Anchor.MetadataAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public bool Contains( MethodMetadata item )
Public Function Contains ( _ item As MethodMetadata _ ) As Boolean
Parameters
- item
- Type: Tortuga.Anchor.Metadata..::..MethodMetadata
The object to locate in the [ICollection{T}].