Batman.Core.Communication.CommunicationManager.this C# (CSharp) Method

this() public method

Gets the communicator by its message type
public this ( Type MessageType ) : ICommunicator
MessageType System.Type Message type
return ICommunicator
        public ICommunicator this[Type MessageType]
        {
            get { return Communicators[MessageType]; }
        }