Copies the entire MemberDeclCollection
to a one-dimensional MemberDecl array.
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);
MemberDeclCollection Class | DDW.CSharp.Dom Namespace