CEngineSharp_Server.Networking.ConnectionEventArgs.ConnectionEventArgs C# (CSharp) Метод

ConnectionEventArgs() публичный Метод

public ConnectionEventArgs ( NetConnection connection ) : System
connection Lidgren.Network.NetConnection
Результат System
        public ConnectionEventArgs(NetConnection connection)
        {
            _connection = connection;
        }
ConnectionEventArgs