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

GetAttributeValue() public method

public GetAttributeValue ( string name ) : object
name string
return object
        public object GetAttributeValue(string name)
        {
            return attributes[name].InternalValue;
        }