Gets the HashNode at the specified index.
Namespace:
Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public HashNode this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As HashNode |
Visual C++ |
---|
public: property HashNode^ default[int index] { HashNode^ get (int index); } |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the HashNode to get.