FailureList Constructor (IEnumerableFailure) |
Creates a new FailureList instance that contains elements copied from the specified collection
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(
IEnumerable<Failure> collection
)
Public Sub New (
collection As IEnumerable(Of Failure)
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableFailure
the collection whose elements are copied to the new list
See Also