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

A string like "Cannot auto initialize elements of value type through property '{0}', use assignment instead"
static private CannotAutoInitializeValueTypeElementThroughProperty ( object p0 ) : string
p0 object
Результат string
Пример #1
0
 internal static Exception CannotAutoInitializeValueTypeElementThroughProperty(object p0)
 {
     return(new InvalidOperationException(Strings.CannotAutoInitializeValueTypeElementThroughProperty(p0)));
 }