Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.22 KB

File metadata and controls

39 lines (26 loc) · 2.22 KB

XmlElementInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about a XmlElementSyntax or XmlEmptyElementSyntax.

public readonly struct XmlElementInfo

Inheritance

ObjectValueType → XmlElementInfo

Properties

Property Summary
Element The xml element.
IsEmptyElement Determines whether the element is SyntaxKind.XmlEmptyElement.
Kind Element kind.
LocalName Local name of the element.
Success Determines whether this struct was initialized with an actual syntax.

Methods

Method Summary
Equals(Object) (Inherited from ValueType)
GetHashCode() (Inherited from ValueType)
GetType() (Inherited from Object)
MemberwiseClone() (Inherited from Object)
ToString() (Inherited from ValueType)