FastQuant.ProviderPropertyList.SetValue C# (CSharp) Method

SetValue() public method

public SetValue ( string name, string value ) : void
name string
value string
return void
        public void SetValue(string name, string value)
        {
            _properties[name] = value;
        }