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