Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)