AlphaTab.Xml.XmlNodeWrapper.GetAttribute C# (CSharp) Method

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string
        public string GetAttribute(string name)
        {
            return ((XmlElement)_node).GetAttribute(name);
        }