Portal2.Connections.ConnectionPointReceiver.ConnectionPointReceiver C# (CSharp) 메소드

ConnectionPointReceiver() 보호된 메소드

protected ConnectionPointReceiver ( Item owner, string connectionType ) : System
owner Item
connectionType string
리턴 System
        protected ConnectionPointReceiver(Item owner, string connectionType)
            : base(owner, ConnectionPointEnd.Receiver)
        {
            ConnectionType = connectionType;
            owner.RegisterConnection(this);
        }