ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / DictionaryExtension Class / get<TKey,TValue> Method

In This Topic
    get<TKey,TValue> Method (DictionaryExtension)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function get
        (Of TKey,TValue)( _
       ByVal dic As Dictionary(Of TKey,TValue), _
       ByVal key As TKey _
    ) As TValue
    public static TValue get<TKey,TValue>( 
       Dictionary<TKey,TValue> dic,
       TKey key
    )

    Parameters

    dic
    key

    Type Parameters

    TKey
    TValue
    See Also