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