Goblin - A Platform for 3D AR and VR Applications

MemberDeclCollection.CopyTo Method

Copies the entire MemberDeclCollection to a one-dimensional MemberDecl array.

Overload List

Copies the entire MemberDeclCollection to a one-dimensional MemberDecl array.

public virtual void CopyTo(MemberDecl[]);

Copies the entire MemberDeclCollection to a one-dimensional MemberDecl array, starting at the specified index of the target array.

public virtual void CopyTo(MemberDecl[],int);

See Also

MemberDeclCollection Class | DDW.CSharp.Dom Namespace