/// <summary> /// Creates a new instance /// </summary> public SocialNetworkReferencedElementsCollection(SocialNetwork parent) { this._parent = parent; }
/// <summary> /// Creates a new instance /// </summary> public SocialNetworkChildrenCollection(SocialNetwork parent) { this._parent = parent; }