IdentityReferenceCollection Constructor (Int32)

 

Initializes a new instance of the IdentityReferenceCollection class by using the specified initial size.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

new : 
        capacity:int -> IdentityReferenceCollection

Parameters

capacity
Type: System.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.

.NET Framework
Available since 2.0
Return to top
Show: