SyndicationElementExtensionCollection.Add Method
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
Adds a SyndicationElementExtension object to the collection.
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 | |
---|---|---|
Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<T>.) | |
Add(Object) | Adds the specified SyndicationElementExtension object to the collection. | |
Add(XmlReader) | Adds a new syndication element extension to the collection. | |
Add(Object, DataContractSerializer) | Adds the specified object to the collection using the specified data contract serializer. | |
Add(Object, XmlSerializer) | Adds the specified object to the collection using the specified XML serializer. | |
Add(String, String, Object) | Adds the specified object to the collection with the specified outer name and outer namespace. | |
Add(String, String, Object, XmlObjectSerializer) | Adds the specified object to the collection with the specified outer name and outer namespace using the specified data contract serializer. |
Top