P_Furcadia_Net_DreamInfo_FurreList_SyncRoot - 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.]
[Missing
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Object SyncRoot { get; }
VB
Public ReadOnly Property SyncRoot As Object
Get
VB Usage
Dim instance As FurreList
Dim value As Object
value = instance.SyncRoot
C++
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
}
F#
abstract SyncRoot : Object with get
override SyncRoot : Object with get
Type: Object