C# Class Portal2.Connections.MultiConnectionPointSender

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

Private Properties

Свойство Type Description
Connect void
ConnectTo void
Disconnect void

Méthodes publiques

Méthode Description
DisconnectAll ( ) : void

Disconnects all receivers.

MultiConnectionPointSender ( Item owner ) : System

Méthodes protégées

Méthode Description
Disconnect ( ConnectionPointReceiver receiver ) : void

Disconnects this sender from the specified receiver.

Private Methods

Méthode Description
Connect ( Connection connection ) : void
ConnectTo ( ConnectionPointReceiver receiver ) : void
Disconnect ( Connection connection ) : void

Method Details

Disconnect() protected méthode

Disconnects this sender from the specified receiver.
protected Disconnect ( ConnectionPointReceiver receiver ) : void
receiver ConnectionPointReceiver
Résultat void

DisconnectAll() public méthode

Disconnects all receivers.
public DisconnectAll ( ) : void
Résultat void

MultiConnectionPointSender() public méthode

public MultiConnectionPointSender ( Item owner ) : System
owner Item
Résultat System