C# 클래스 Portal2.Connections.MultiConnectionPointSender

A connection point that can send multiple connections.
상속: ConnectionPointSender
파일 보기 프로젝트 열기: Kyle0654/Portal2.Puzzle 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Connect void
ConnectTo void
Disconnect void

공개 메소드들

메소드 설명
DisconnectAll ( ) : void

Disconnects all receivers.

MultiConnectionPointSender ( Item owner ) : System

보호된 메소드들

메소드 설명
Disconnect ( ConnectionPointReceiver receiver ) : void

Disconnects this sender from the specified receiver.

비공개 메소드들

메소드 설명
Connect ( Connection connection ) : void
ConnectTo ( ConnectionPointReceiver receiver ) : void
Disconnect ( Connection connection ) : void

메소드 상세

Disconnect() 보호된 메소드

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

DisconnectAll() 공개 메소드

Disconnects all receivers.
public DisconnectAll ( ) : void
리턴 void

MultiConnectionPointSender() 공개 메소드

public MultiConnectionPointSender ( Item owner ) : System
owner Item
리턴 System