FailureList Constructor (Int32) |
Creates a new FailureList instance that is empty and has the specified initial capacity
Namespace: Jeneva.Validation.ImplAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic FailureList(
int capacity
)
Public Sub New (
capacity As Integer
)
Parameters
- capacity
- Type: SystemInt32
the number of elements that the new list can initially store
See Also