SyndicationElementExtension Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Initializes a new instance of the SyndicationElementExtension class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SyndicationElementExtension(Object) | Initializes a new instance of the SyndicationElementExtension class with the specified object. | |
SyndicationElementExtension(XmlReader) | Initializes a new instance of the SyndicationElementExtension class. | |
SyndicationElementExtension(Object, XmlObjectSerializer) | Initializes a new instance of the SyndicationElementExtension class with the specified object and data contract serializer. | |
SyndicationElementExtension(Object, XmlSerializer) | Initializes a new instance of the SyndicationElementExtension class with the specified object and XML serializer. | |
SyndicationElementExtension(String, String, Object) | Initializes a new instance of the SyndicationElementExtension class with the specified outer name, outer namespace, and object. | |
SyndicationElementExtension(String, String, Object, XmlObjectSerializer) | Initializes a new instance of the SyndicationElementExtension class with the specified outer name, outer namespace, object, and data contract serializer. |
Top