CepObjectReadOnlyDictionary<T>.IDictionary<String, T>.Item Property (String)

 

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

T IDictionary<string, T>.this[
    string key
] { get; set; }
private:
property T default[
    String^ key
] {
    virtual T get(String^ key) sealed = IDictionary<String^, T>::default::get;
    virtual void set(String^ key, T value) sealed = IDictionary<String^, T>::default::set;
}
private abstract Item : 
        key:string -> 'T with get, set
private override Item : 
        key:string -> 'T with get, set
Private Property Item (
    key As String
) As T Implements IDictionary(Of String, T).Item

Parameters

Property Value

Type: T

Implements

IDictionary<TKey, TValue>.Item[TKey]

See Also

CepObjectReadOnlyDictionary<T> Class
Microsoft.ComplexEventProcessing Namespace

Return to top