P_Furcadia_Net_DreamInfo_FurreList_Count - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Number of Avatars in the Dream
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public int Count { get; }
VB
Public ReadOnly Property Count As Integer
Get
VB Usage
Dim instance As FurreList
Dim value As Integer
value = instance.Count
C++
public:
virtual property int Count {
int get () sealed;
}
F#
abstract Count : int with get
override Count : int with get
Type: Int32