PersonalAnalytics.Visualizations.HttpReqResp.this C# (CSharp) Method

this() public method

public this ( string name ) : string
name string
return string
        public string this[string name]
        {
            get { return _parameters[name]; }
        }