Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.Add Method 

Adds a MemberDecl to the end of the MemberDeclCollection.

public virtual int Add(
   MemberDecl item
);

Parameters

item
The MemberDecl to be added to the end of the MemberDeclCollection.

Return Value

The index at which the value has been added.

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace