Click or drag to resize

PropertyEntryDictionaryItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the PropertyEntry with the specified key.

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

Parameters

key
Type: SystemObject
The key.

Property Value

Type: PropertyEntry
The PropertyEntry.

Return Value

Type: PropertyEntry

Implements

IDictionaryTKey, TValueItemTKey
See Also