Furcadia Framework For Third Party Programs
FurreListItem Property (Int32) |
[This is preliminary documentation and is subject to change.]
Gets or sets the Furre at the specified index.
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public Furre this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As Furre Get Set Dim instance As FurreList Dim index As Integer Dim value As Furre value = instance(index) instance(index) = value
public: virtual property Furre^ default[int index] { Furre^ get (int index) sealed; void set (int index, Furre^ value) sealed; }
abstract Item : Furre with get, set override Item : Furre with get, set
Parameters
- index
- Type: SystemInt32
The index.
Property Value
Type: FurreThe Furre.
Return Value
Type: FurreImplements
IListTItemInt32See Also