C# Class Portal2.Connections.MultiConnectionPointSender

A connection point that can send multiple connections.
Inheritance: ConnectionPointSender
Mostra file Open project: Kyle0654/Portal2.Puzzle Class Usage Examples

Private Properties

Property Type Description
Connect void
ConnectTo void
Disconnect void

Public Methods

Method Description
DisconnectAll ( ) : void

Disconnects all receivers.

MultiConnectionPointSender ( Item owner ) : System

Protected Methods

Method Description
Disconnect ( ConnectionPointReceiver receiver ) : void

Disconnects this sender from the specified receiver.

Private Methods

Method Description
Connect ( Connection connection ) : void
ConnectTo ( ConnectionPointReceiver receiver ) : void
Disconnect ( Connection connection ) : void

Method Details

Disconnect() protected method

Disconnects this sender from the specified receiver.
protected Disconnect ( ConnectionPointReceiver receiver ) : void
receiver ConnectionPointReceiver
return void

DisconnectAll() public method

Disconnects all receivers.
public DisconnectAll ( ) : void
return void

MultiConnectionPointSender() public method

public MultiConnectionPointSender ( Item owner ) : System
owner Item
return System