FurreList.ToIList Property

Furcadia Framework

FurreListToIList Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Convert Furre List to IList

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

public IList<Furre> ToIList { get; }
Public ReadOnly Property ToIList As IList(Of Furre)
	Get

Dim instance As FurreList
Dim value As IList(Of Furre)

value = instance.ToIList
public:
property IList<Furre^>^ ToIList {
	IList<Furre^>^ get ();
}
member ToIList : IList<Furre> with get

Property Value

Type: IListFurre
See Also

Reference