Creates a new, empty membership user collection.
Namespace:
Novalys.VisualGuard.Security.MembershipAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGMembershipUserCollection( int capacity ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ capacity As Integer _ ) |
Parameters
- capacity
- Type: System..::.Int32
the approximate number of elements that the collection can intially contain.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | capacity is less than zero. |