名前空間: 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