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