コード例 #1
0
ファイル: Int16GraphType.cs プロジェクト: jaygumji/EnigmaDb
 public Int16GraphProperty(SerializableProperty property)
 {
     _property = property;
     _args = property.CreateVisitArgs();
 }
コード例 #2
0
 public ComplexGraphProperty(SerializableProperty property, IGraphType propertyType)
 {
     _property = property;
     _propertyType = propertyType;
     _args = property.CreateVisitArgs();
 }