Click or drag to resize

OrderedDictionaryTKey, TValueItem Property (Int32)

Gets or sets the value at the specified index.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.
-or-
index is equal to or greater than Count.
See Also