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