Creates a new, empty membership user collection.

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

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