CollectionDataContractAttribute
When applied to a collection type, enables custom specification of the collection item elements. This attribute can be applied only to types that are recognized by the DataContractSerializer as valid, serializable collections.
Gets or sets a value that indicates whether to preserve object reference data.
Gets or sets a custom name for a collection element.
Gets or sets the custom name for a dictionary key name.
Gets or sets the data contract name for the collection type.
Gets or sets the namespace for the data contract.
Gets or sets the custom name for a dictionary value name.
public CollectionDataContractAttribute()
Initializes a new instance of the CollectionDataContractAttribute class.