コード例 #1
0
 public ParentRelationship(ParentRelationshipType Type, IBlock parent, int Index)
 {
     this.Type   = Type;
     this.Parent = parent;
     this.Index  = Index;
 }
コード例 #2
0
 public ParentRelationship(ParentRelationshipType Type, IBlock parent, int Index)
 {
     this.Type = Type;
     this.Parent = parent;
     this.Index = Index;
 }
コード例 #3
0
 public ParentRelationship()
 {
     this.Type   = ParentRelationshipType.None;
     this.Parent = null;
     this.Index  = -1;
 }
コード例 #4
0
 public ParentRelationship()
 {
     this.Type = ParentRelationshipType.None;
     this.Parent = null;
     this.Index = -1;
 }