Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TST(Value) Class
TST(Value) Properties
Count Property
Item Property
Keys Property
TST
<
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
[
string
key
] {
get
;
set
; }
Parameters
key
Type:
System
.
String
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
TST
<
Value
>
Class
Algs4Net Namespace