[]
Creates a Coders.ObjectCoder<T> type coder for the XML serialization of ExpressionInfoCollection objects.
public static Coders.ObjectCoder<IList<ExpressionInfo>> Expressions(string elementName)
Type | Name | Description |
---|---|---|
string | elementName | A string value indicating the name of the XML element representing the collection item. |
Type | Description |
---|---|
Coders.ObjectCoder<IList<ExpressionInfo>> | A Coders.ObjectCoder<T> object which writes and reads the ExpressionInfoCollection object to/from XML format. |