P_Furcadia_Net_DreamInfo_FurreList_Item - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

FurreList.Item Property (Furre)

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

Syntax

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

Parameters

 

fur
Type: Furcadia.Net.DreamInfo.Furre
Furre

Return Value

Type: Furre

See Also

Reference

FurreList Class
Item Overload
Furcadia.Net.DreamInfo Namespace

⚠️ **GitHub.com Fallback** ⚠️