Table of Contents

Method Get

Namespace
Sccg
Assembly
Sccg.dll

Get<T>(string, T)

Adds the specified key and value to the dictionary.

public T Get<T>(string key, T defaultValue)

Parameters

key string
defaultValue T

Returns

T

Type Parameters

T

Exceptions

ArgumentException

The value for key is not of T