Aerospike.Helper.Model.Set.Values C# (CSharp) Method

Values() public method

public Values ( NameValuePair>.Dictionary newValues ) : void
newValues NameValuePair>.Dictionary
return void
        public void Values(Dictionary<String, NameValuePair> newValues)
        {
            this.values = newValues;
        }