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