Brod.Contracts.Responses.BrokerInfoResponse.BrokerInfoResponse C# (CSharp) Метод

BrokerInfoResponse() публичный Метод

public BrokerInfoResponse ( ) : System
Результат System
        public BrokerInfoResponse()
            : base(ResponseType.BrokerInfoResponse)
        {
            NumberOfPartitionsPerTopic = new Dictionary<string, int>();
        }