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

A string like "Variable '{0}' uses unsupported type '{1}'. Reference types are not supported for variables."
static private VariableMustNotBeByRef ( object p0, object p1 ) : string
p0 object
p1 object
Результат string
Пример #1
0
 internal static Exception VariableMustNotBeByRef(object p0, object p1)
 {
     return(new ArgumentException(Strings.VariableMustNotBeByRef(p0, p1)));
 }