Validate<T> 委托
命名空间: Microsoft.TeamFoundation.Build.Common
程序集: Microsoft.TeamFoundation.Build.Common(在 Microsoft.TeamFoundation.Build.Common.dll 中)
语法
声明
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
)
类型参数
- T
参数
- argumentName
类型:System.String
- obj
类型:T
- allowNull
类型:System.Boolean
- errorMessage
类型:System.String