Beispiel #1
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public InfrastructureInterfaceReferencedElementsCollection(InfrastructureInterface parent)
 {
     this._parent = parent;
 }
Beispiel #2
0
 /// <summary>
 /// Creates a new instance
 /// </summary>
 public InfrastructureInterfaceChildrenCollection(InfrastructureInterface parent)
 {
     this._parent = parent;
 }