Get/Set 8-bit integer


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Default Property Item( _ 
   ByVal position As Integer _ 
) As Byte
C#
public byte this[
   int position
] { get; set; }
C++
public property byte default[int position] sealed  {
    char get(int position);
    void set(int position, char value);
}
J#
/** property */
public byte get_Item(int position);

/** property */
public void set_Item(int position, byte value);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

position
position

Property Value

Missing <value> tag for "P:PalmSens.EncodedMethodV0.Item(System.Int32)"

See Also