Click or drag to resize
FailureList Constructor (Int32)
Creates a new FailureList instance that is empty and has the specified initial capacity

Namespace: Jeneva.Validation.Impl
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public FailureList(
	int capacity
)

Parameters

capacity
Type: SystemInt32
the number of elements that the new list can initially store
See Also