Table of Contents

Method GetValue

Namespace
Kepware.Api.Util
Assembly
Kepware.Api.dll

GetValue<T>(IDictionary<string, object?>, string)

public static T? GetValue<T>(this IDictionary<string, object?> source, string key)

Parameters

source IDictionary<string, object>
key string

Returns

T

Type Parameters

T