Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
ST(Key, Value) Class
ST(Key, Value) Properties
Count Property
IsEmpty Property
Item Property
Max Property
Min Property
ST
Key
,
Value
Item 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#
Copy
public
Value
this
[ Key
key
] {
get
;
set
; }
Parameters
key
Type:
Key
key the key
Return Value
Type:
Value
value associated with the key
Exceptions
Exception
Condition
NullReferenceException
null reference being used for value type
See Also
Reference
ST
Key, Value
Class
Algs4Net Namespace