Furcadia Framework For Third Party Programs
FurreListToIList Property |
[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: IListFurreTo i list.
See Also