P_Furcadia_Net_DreamInfo_FurreList_Item_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Furre this[
int index
] { get; set; }
VB
Public Default Property Item (
index As Integer
) As Furre
Get
Set
VB Usage
Dim instance As FurreList
Dim index As Integer
Dim value As Furre
value = instance(index)
instance(index) = value
C++
public:
virtual property Furre^ default[int index] {
Furre^ get (int index) sealed;
void set (int index, Furre^ value) sealed;
}
F#
abstract Item : Furre with get, set
override Item : Furre with get, set
- index
- Type: System.Int32
Type: Furre
FurreList Class
Item Overload
Furcadia.Net.DreamInfo Namespace