P_Furcadia_Net_DreamInfo_FurreList_Item - 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.]
Gets or set the Furre at index of fur
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Furre this[
Furre fur
] { get; set; }
VB
Public Default Property Item (
fur As Furre
) As Furre
Get
Set
VB Usage
Dim instance As FurreList
Dim fur As Furre
Dim value As Furre
value = instance(fur)
instance(fur) = value
C++
public:
property Furre^ default[Furre^ fur] {
Furre^ get (Furre^ fur);
void set (Furre^ fur, Furre^ value);
}
F#
member Item : Furre with get, set
- fur
- Type: Furcadia.Net.DreamInfo.Furre
Furre
Type: Furre
FurreList Class
Item Overload
Furcadia.Net.DreamInfo Namespace