IndexOf

MetadataSignatureCollection.IndexOf method

Gets the index of a property by name.

public int IndexOf(string name)
Parameter Type Description
name String The case-insensitive name of the MetadataSignature.

Return Value

The zero based index. Negative value if not found.

See Also