Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.Contains Method 

Determines whether a given MemberDecl is in the MemberDeclCollection.

public virtual bool Contains(
   MemberDecl item
);

Parameters

item
The MemberDecl to check for.

Return Value

true if item is found in the MemberDeclCollection; otherwise, false.

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace