IdentityReferenceCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IdentityReferenceCollection class.
Overloads
IdentityReferenceCollection() |
Initializes a new instance of the IdentityReferenceCollection class with zero items in the collection. |
IdentityReferenceCollection(Int32) |
Initializes a new instance of the IdentityReferenceCollection class by using the specified initial size. |
IdentityReferenceCollection()
Initializes a new instance of the IdentityReferenceCollection class with zero items in the collection.
public:
IdentityReferenceCollection();
public IdentityReferenceCollection ();
Public Sub New ()
Applies to
IdentityReferenceCollection(Int32)
Initializes a new instance of the IdentityReferenceCollection class by using the specified initial size.
public:
IdentityReferenceCollection(int capacity);
public IdentityReferenceCollection (int capacity);
new System.Security.Principal.IdentityReferenceCollection : int -> System.Security.Principal.IdentityReferenceCollection
Public Sub New (capacity As Integer)
Parameters
- capacity
- Int32
The initial number of items in the collection. The value of capacity
is a hint only; it is not necessarily the maximum number of items created.