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

A string like "An element with the same key '{0}' already exists in the ExpandoObject."
static private SameKeyExistsInExpando ( object p0 ) : string
p0 object
Результат string
Пример #1
0
 internal static Exception SameKeyExistsInExpando(object p0)
 {
     return(new ArgumentException(Strings.SameKeyExistsInExpando(p0)));
 }