コード例 #1
0
 /// <summary>
 /// InvalidOperationException with message like "Type parameter is {0}. Expected a delegate."
 /// </summary>
 internal static Exception TypeParameterIsNotDelegate(object p0)
 {
     return(new InvalidOperationException(Strings.TypeParameterIsNotDelegate(p0)));
 }