PatternDictionary<TKey,TValue> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public class PatternDictionary<TKey,TValue> : System.Collections.Generic.ICollection<TValue>, System.Collections.Generic.IEnumerable<TValue>, System.Collections.Generic.IList<TValue>
type PatternDictionary<'Key, 'Value> = class
interface IList<'Value>
interface ICollection<'Value>
interface seq<'Value>
interface IEnumerable
Public Class PatternDictionary(Of TKey, TValue)
Implements ICollection(Of TValue), IEnumerable(Of TValue), IList(Of TValue)
型パラメーター
- TKey
- TValue
- 継承
-
PatternDictionary<TKey,TValue>
- 派生
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| PatternDictionary<TKey,TValue>(Func<TValue,IPattern<TKey>>) | |
プロパティ
| 名前 | 説明 |
|---|---|
| Count | |
| IsReadOnly | |
| Item[Int32] | |
| Item[TKey] | |
メソッド
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() | |