Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Declaration(string, IEnumerable<Attribute>)

Declaration

public Declaration(
    string name,
    IEnumerable<Attribute> attributes
)

Summary

Represents an XML Declaration (for example, <?xml version="1.0" encoding="UTF-8" standalone="no"?>).

Parameters

stringname Name of the tag, not including the ?.
IEnumerable<Attribute>attributes Attributes to attach to the tag.