XmlLoadOptions.XmlLoadOptions

XmlLoadOptions()

Represents the options of loading xml file.

public XmlLoadOptions()

See Also


XmlLoadOptions(LoadFormat)

Represents the options of loading xml file.

public XmlLoadOptions(LoadFormat type)
ParameterTypeDescription
typeLoadFormatThe load format type.

See Also