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