P_Furcadia_Net_DreamInfo_FurreList_Item_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

FurreList.Item Property (Int32)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

[Missing

documentation for "P:Furcadia.Net.DreamInfo.FurreList.Item(System.Int32)"]

Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

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

Parameters

 

index
Type: System.Int32

Return Value

Type: Furre

Implements

IList(T).Item(Int32)

See Also

Reference

FurreList Class
Item Overload
Furcadia.Net.DreamInfo Namespace

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