ImmutableDictionary<TKey,TValue>.Enumerator 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メモリを割り当てずに変更できないディクショナリの内容を列挙します。
NuGet パッケージ: System.Collections.Immutable (変更できないコレクションの概要とインストール方法)
public: value class ImmutableDictionary<TKey, TValue>::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<TKey, TValue>>
public struct ImmutableDictionary<TKey,TValue>.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>>
type ImmutableDictionary<'Key, 'Value>.Enumerator = struct
interface IEnumerator<KeyValuePair<'Key, 'Value>>
interface IEnumerator
interface IDisposable
type ImmutableDictionary<'Key, 'Value>.Enumerator = struct
interface IEnumerator<KeyValuePair<'Key, 'Value>>
interface IDisposable
interface IEnumerator
Public Structure ImmutableDictionary(Of TKey, TValue).Enumerator
Implements IEnumerator(Of KeyValuePair(Of TKey, TValue))
型パラメーター
- TKey
- TValue
- 継承
- 実装
プロパティ
Current |
列挙子の現在位置の要素を取得します。 |
メソッド
Dispose() |
ImmutableDictionary<TKey,TValue>.Enumerator クラスの現在のインスタンスによって使用されているリソースを解放します。 |
MoveNext() |
列挙子を、変更できないディクショナリの次の要素に進めます。 |
Reset() |
列挙子を初期位置、つまりディクショナリの最初の要素の前に設定します。 |
明示的なインターフェイスの実装
IEnumerator.Current |
現在の要素を取得します。 |
適用対象
スレッド セーフ
この型はスレッド セーフです。
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET