Key at specified \"index\".


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Default ReadOnly Property Item( _ 
   ByVal index As Integer _ 
) As Object
C#
public object this[
   int index
] { get; }
C++
public property object default[int index] sealed  {
    Object get(int index);
}
J#
/** property */
public object get_Item(int index);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

index
Index of Key

See Also