'Declaration Public Overloads Function ValidateList( _ ByVal emailAddresses As System.Collections.Generic.List(Of String) _ ) As System.Collections.Generic.List(Of Result)
'Usage Dim instance As EmailValidation Dim emailAddresses As System.Collections.Generic.List(Of String) Dim value As System.Collections.Generic.List(Of Result) value = instance.ValidateList(emailAddresses)
public System.Collections.Generic.List<Result> ValidateList( System.Collections.Generic.List<string> emailAddresses )
public function ValidateList( emailAddresses: System.Collections.Generic.List ): System.Collections.Generic.List;
public function ValidateList( emailAddresses : System.Collections.Generic.List ) : System.Collections.Generic.List;
public: System.Collections.Generic.List<Result*>* ValidateList( System.Collections.Generic.List<string*>* emailAddresses )
public: System.Collections.Generic.List<Result^>^ ValidateList( System.Collections.Generic.List<String^>^ emailAddresses )
Parameters
- emailAddresses