Brunet.Connections.ConnectionEventArgs.ConnectionEventArgs C# (CSharp) Метод

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

public ConnectionEventArgs ( Connection c, ConnectionState cs, int idx, ConnectionTableState old, ConnectionTableState news ) : System.Collections
c Connection
cs ConnectionState
idx int
old ConnectionTableState
news ConnectionTableState
Результат System.Collections
    public ConnectionEventArgs(Connection c, ConnectionState cs, int idx,
                               ConnectionTableState old, ConnectionTableState news) {
      Connection = c;
      ConnectionState = cs;
      Index = idx;
      OldState = old;
      NewState = news;
    }