Esempio n. 1
0
 public ElementPropertyContext(ElementPropertyBase property, IValueSerializerContext baseContext)
     : base(baseContext) 
 {
     _property = property;
 }