Validate<T>, délégué
Espace de noms : Microsoft.TeamFoundation.Build.Common
Assembly : Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)
Syntaxe
'Déclaration
Public Delegate Sub Validate(Of T) ( _
argumentName As String, _
obj As T, _
allowNull As Boolean, _
errorMessage As String _
)
public delegate void Validate<T>(
string argumentName,
T obj,
bool allowNull,
string errorMessage
)
Paramètres de type
- T
Paramètres
- argumentName
Type : System.String
- obj
Type : T
- allowNull
Type : System.Boolean
- errorMessage
Type : System.String