Ejemplo n.º 1
0
 public Int16GraphProperty(SerializableProperty property)
 {
     _property = property;
     _args = property.CreateVisitArgs();
 }
Ejemplo n.º 2
0
 public ComplexGraphProperty(SerializableProperty property, IGraphType propertyType)
 {
     _property = property;
     _propertyType = propertyType;
     _args = property.CreateVisitArgs();
 }