FurreList.ToIList Property

FFF3PP

FurreListToIList Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Gets to i list.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
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
To i list.
See Also