Click or drag to resize

resourceDictionaryBaseTAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified key.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Add(
	string key,
	T val
)
Request Example View Source

Parameters

key
Type: SystemString
The key.
val
Type: T
The value.
See Also