DelegatingEnumerable<T>
Helper class to serialize IEnumerable<T> types by delegating them through a concrete implementation."/>.
public DelegatingEnumerable()
Initialize a DelegatingEnumerable. This constructor is necessary for DataContractSerializer to work.
Initialize a DelegatingEnumerable with an IEnumerable<T>. This is a helper class to proxy IEnumerable<T> interfaces for XmlSerializer.
This method is not implemented but is required method for serialization to work. Do not use.
Get the enumerator of the associated IEnumerable<T>.