/// <summary> /// Releases any <see cref="Stream"/> being used to deferred load the Datamodel's <see cref="Attribute"/>s. /// </summary> public void Dispose() { if (Stream != null) { Stream.Dispose(); } AllElements.Dispose(); }