PersistedStateKeys.GetEnumerator Method

Definition

Gets the collection of persisted state keys.

public System.Collections.Generic.IEnumerator<string> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<string>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<string>
Public Iterator Overridable NotOverridable Function GetEnumerator () As IEnumerator(Of String)

Returns

A collection of persisted state keys.

Implements

Applies to