ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Util Class / hasKey<TKey> Method

In This Topic
    hasKey<TKey> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function hasKey(Of TKey)( _
       ByVal obj As Object, _
       ByVal key As TKey _
    ) As Boolean
    public static bool hasKey<TKey>( 
       object obj,
       TKey key
    )

    Parameters

    obj
    key

    Type Parameters

    TKey
    See Also