![]() |
FurreListItem Property (Int32) |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Furcadia.Net.DreamInfo.FurreList.Item(System.Int32)"]
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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
Return Value
Type: FurreImplements
IListTItemInt32See Also