/// <summary> /// Creates a new instance /// </summary> public COSEMRootReferencedElementsCollection(COSEMRoot parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public COSEMRootChildrenCollection(COSEMRoot parent) { this._parent = parent; }