Initializes a new instance of the NamespaceDeclCollection class that is empty and has the default initial capacity.
Initializes a new instance of the NamespaceDeclCollection class that is empty and has the default initial capacity.
public NamespaceDeclCollection();
Initializes a new instance of the NamespaceDeclCollection class that contains elements copied from the specified NamespaceDecl array.
public NamespaceDeclCollection(NamespaceDecl[]);
Initializes a new instance of the NamespaceDeclCollection class that contains elements copied from the specified NamespaceDeclCollection.
public NamespaceDeclCollection(NamespaceDeclCollection);
protected NamespaceDeclCollection(Tag);
Initializes a new instance of the NamespaceDeclCollection class that has the specified initial capacity.
public NamespaceDeclCollection(int);
NamespaceDeclCollection Class | DDW.CSharp.Dom Namespace