Creates a new, empty membership user collection.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  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

ExceptionCondition
System..::.ArgumentOutOfRangeExceptioncapacity is less than zero.

See Also