Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.AddRange Method

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

Overload List

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

public virtual int AddRange(MemberDecl[]);

Adds the elements of another MemberDeclCollection to the current MemberDeclCollection.

public virtual int AddRange(MemberDeclCollection);

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace