Udostępnij za pośrednictwem


PatternDictionary<TKey,TValue> Class

Definition

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)

Type Parameters

TKey
TValue
Inheritance
PatternDictionary<TKey,TValue>
Derived
Implements

Constructors

PatternDictionary<TKey,TValue>(Func<TValue,IPattern<TKey>>)

Properties

Count
IsReadOnly
Item[Int32]
Item[TKey]

Methods

Add(TValue)
AddRange(IEnumerable<TValue>)
Clear()
Contains(TValue)
CopyTo(TValue[], Int32)
GetEnumerator()
IndexOf(TValue)
Insert(Int32, TValue)
InsertRange(Int32, IEnumerable<TValue>)
Remove(TValue)
RemoveAt(Int32)
TagItem(TValue)
TryGetValue(TKey, TValue)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to