FubuMVC.Core.ServiceBus.Runtime.Headers.NameValueHeaders.this C# (CSharp) Méthode

this() public méthode

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