Click or drag to resize

SortedQueueTKey, TValueItem Property

An indexer

Namespace:  GSF.Collection
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.61-beta
Syntax
public TValue this[
	TKey key
] { get; set; }
Request Example View Source

Parameters

key
Type: TKey

Return Value

Type: TValue
See Also