コード例 #1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public CollectionRangeReferencedElementsCollection(CollectionRange parent)
 {
     this._parent = parent;
 }
コード例 #2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public CollectionRangeChildrenCollection(CollectionRange parent)
 {
     this._parent = parent;
 }