Goblin - A Platform for 3D AR and VR Applications

CustomAttributeCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a CustomAttribute in the CustomAttributeCollection.

public virtual int IndexOf(
   CustomAttribute item
);

Parameters

item
The CustomAttribute to locate in the CustomAttributeCollection.

Return Value

The zero-based index of the first occurrence of item in the entire CustomAttributeCollection, if found; otherwise, -1.

See Also

CustomAttributeCollection Class | DDW.CSharp.Dom Namespace