Ejemplo n.º 1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public CollectionDataTypeReferencedElementsCollection(CollectionDataType parent)
 {
     this._parent = parent;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public CollectionDataTypeChildrenCollection(CollectionDataType parent)
 {
     this._parent = parent;
 }