Point the list at a particular element. Point to the end of the list if the key is not found.


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

Syntax

Visual Basic (Declaration)
Property Key As Object
C#
object Key { get; set; }
C++
property object Key abstract  {
    Object get();
    void set(Object value);
}
J#
/** property */
public object get_Key();

/** property */
public void set_Key(object value);
JScript
public function get Key() : Object

public function set Key(value : Object);

See Also