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

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

    Parameters

    dic
    key
    value

    Type Parameters

    TKey
    TValue
    See Also