FatAntelope.XNode.IsAttribute C# (CSharp) Method

IsAttribute() public method

public IsAttribute ( ) : bool
return bool
        public bool IsAttribute()
        {
            return XmlNode.NodeType == XmlNodeType.Attribute;
        }