PatternDictionary<TKey,TValue> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri di tipo
- TKey
- TValue
- Ereditarietà
-
PatternDictionary<TKey,TValue>
- Derivato
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| PatternDictionary<TKey,TValue>(Func<TValue,IPattern<TKey>>) | |
Proprietà
| Nome | Descrizione |
|---|---|
| Count | |
| IsReadOnly | |
| Item[Int32] | |
| Item[TKey] | |
Metodi
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| IEnumerable.GetEnumerator() | |