Click or drag to resize

resourceDictionaryBaseTItem Property (Enum)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the [!:T] with the specified key.

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

Parameters

key
Type: SystemEnum
The key.

Property Value

Type: T
The [!:T].

Return Value

Type: T
See Also