FubuMVC.Core.ServiceBus.Runtime.Headers.NameValueHeaders.this C# (CSharp) Method

this() public method

public this ( string key ) : string
key string
return string
        public string this[string key]
        {
            get { return _inner[key]; }
            set { _inner[key] = value; }
        }