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