T_Furcadia_Net_DirectConnection_ClientBase_ActionDelegate - 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.DirectConnection
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public delegate void ActionDelegate()VB
Public Delegate Sub ActionDelegateVB Usage
Dim instance As New ActionDelegate(AddressOf HandlerMethod)C++
public delegate void ActionDelegate()F#
type ActionDelegate =
delegate of unit -> unit