Aegis.Network.Rest.RestRequest.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 Arguments[key]; }
        }