Click or drag to resize
STKey, ValueItem Property
Indexer wrapping Get and Put for convenient syntax

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Value this[
	Key key
] { get; set; }

Parameters

key
Type: Key
key the key

Return Value

Type: Value
value associated with the key
Exceptions
ExceptionCondition
NullReferenceExceptionnull reference being used for value type
See Also