Exemplo n.º 1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public ETypedElementReferencedElementsCollection(ETypedElement parent)
 {
     this._parent = parent;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public ETypedElementChildrenCollection(ETypedElement parent)
 {
     this._parent = parent;
 }