FurreList.Item Property (Int32)

FFF3PP

FurreListItem 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.]

Gets or sets the Furre at the specified index.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
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
The index.

Property Value

Type: Furre
The Furre.

Return Value

Type: Furre

Implements

IListTItemInt32
See Also