Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IClassifyFormat<XElement> Create(string)

Declaration

public static IClassifyFormat<XElement> Create(
    string rootTagName = "item"
)

Summary

Creates an XML Classify format with the specified XML-specific options.

Parameters

stringrootTagName Specifies the XML tag name to use for the root element of a serialized object.

Returns