Scalien.Arguments.this C# (CSharp) Method

this() public method

public this ( string Param ) : string
Param string
return string
        public string this[string Param]
        {
            get
            {
                return (parameters[Param]);
            }
        }