TypeParameterIsNotDelegate() статический приватный Метод

A string like "Type parameter is {0}. Expected a delegate."
static private TypeParameterIsNotDelegate ( object p0 ) : string
p0 object
Результат string
Пример #1
0
 internal static Exception TypeParameterIsNotDelegate(object p0)
 {
     return(new InvalidOperationException(Strings.TypeParameterIsNotDelegate(p0)));
 }