Click or drag to resize

resourceDictionaryBaseTItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the [!:PropertyCollection] with the specified key. Automatically creates entry for new key

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public T this[
	string key
] { get; set; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: T
The [!:PropertyCollection].

Return Value

Type: T
See Also