Esempio n. 1
0
 public IOneOf DeserializeOneOf(XElement element)
 {
     return(OneOf.FromXLinq(element, this));
 }