ListEnumerator<TValue>.Dispose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Frees, releases, or resets unmanaged resources that are used by the ListEnumerator<TValue> object.
Overloads
Dispose() |
Frees, releases, or resets unmanaged resources that are used by the ListEnumerator<TValue> object. |
Dispose(Boolean) |
Frees, releases, or resets unmanaged resources that are used by the ListEnumerator<TValue> object. |
Dispose()
Frees, releases, or resets unmanaged resources that are used by the ListEnumerator<TValue> object.
public:
override void Dispose();
public override sealed void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Overrides NotOverridable Sub Dispose ()
Applies to
Dispose(Boolean)
Frees, releases, or resets unmanaged resources that are used by the ListEnumerator<TValue> object.
protected:
virtual void Dispose(bool unnamedParam1);
protected:
virtual void Dispose(bool A_0);
protected virtual void Dispose (bool unnamedParam1);
protected virtual void Dispose (bool A_0);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (unnamedParam1 As Boolean)
Protected Overridable Sub Dispose (A_0 As Boolean)
Parameters
- unnamedParam1A_0
- Boolean
true
to dispose of managed objects; false
to dispose of unmanaged objects.