Adds the elements of a MemberDecl array to the current MemberDeclCollection.
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);
MemberDeclCollection Class | DDW.CSharp.Dom Namespace