Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.AddRange Method (MemberDecl[])

Adds the elements of a MemberDecl array to the current MemberDeclCollection.

public virtual int AddRange(
   MemberDecl[] x
);

Parameters

x
The MemberDecl array whose elements should be added to the end of the MemberDeclCollection.

Return Value

The new Count of the MemberDeclCollection.

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace | MemberDeclCollection.AddRange Overload List