F_Furcadia_Net_Proxy_ProxySession_Repq - 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.Proxy
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Queue<ProxySession.Rep> Repq
VB
Public Repq As Queue(Of ProxySession.Rep)
VB Usage
Dim instance As ProxySession
Dim value As Queue(Of ProxySession.Rep)
value = instance.Repq
instance.Repq = value
C++
public:
Queue<ProxySession.Rep>^ Repq
F#
val mutable Repq: Queue<ProxySession.Rep>
Type: Queue(ProxySession.Rep)