[]
Initializes a new instance of the SectionDocument class.
public SectionDocument()
Initializes a new instance of the SectionDocument class.
public SectionDocument(string name)
Type | Name | Description |
---|---|---|
string | name | A string value representing the name of the document. |
Deserialization constructor. Initializes a new instance of the SectionDocument class.
protected SectionDocument(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information of serialization . |
StreamingContext | context | The context of streaming. |