AmazedSaint.Elastic.Lib.SimpleHierarchyWrapper.SetAttributeValue C# (CSharp) Method

SetAttributeValue() public method

public SetAttributeValue ( string name, object obj ) : void
name string
obj object
return void
        public void SetAttributeValue(string name, object obj)
        {
            attributes[name].InternalValue = obj;
        }