Lenguaje

PatternDictionary<TKey,TValue> Clase

Definición

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)

Parámetros de tipo

TKey
TValue
Herencia
PatternDictionary<TKey,TValue>
Derivado
Implementaciones

Se aplica a