DevForce Help Reference
VerifierCollection Constructor(IEnumerable<Verifier>)


Initializes a new instance of the VerifierCollection class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.
Syntax
'Declaration
 
Public Function New( _
   ByVal verifiers As IEnumerable(Of Verifier) _
)
'Usage
 
Dim verifiers As IEnumerable(Of Verifier)
 
Dim instance As New VerifierCollection(verifiers)
public VerifierCollection( 
   IEnumerable<Verifier> verifiers
)

Parameters

verifiers
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierCollection Class
VerifierCollection Members
Overload List

Send Feedback