System.Linq.Strings.NoMethodOnTypeMatchingArguments C# (CSharp) Метод

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

static private NoMethodOnTypeMatchingArguments ( string name, object type ) : string
name string
type object
Результат string
        internal static string NoMethodOnTypeMatchingArguments(string name, object type) =>
            SR.Format(SR.NoMethodOnTypeMatchingArguments, name, type);

Usage Example

Пример #1
0
 public static InvalidOperationException NoMethodOnTypeMatchingArguments(object p0, object p1)
 {
     return(new InvalidOperationException(Strings.NoMethodOnTypeMatchingArguments(p0, p1)));
 }
All Usage Examples Of System.Linq.Strings::NoMethodOnTypeMatchingArguments