Creates a new, empty membership user collection.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGMembershipUserCollection(
	int capacity
)
Visual Basic
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