<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.5-preview1" />

DelegatingEnumerable<T>

public sealed class DelegatingEnumerable<T> : IEnumerable<T>, IEnumerable
Helper class to serialize IEnumerable<T> types by delegating them through a concrete implementation."/>.

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.

public void Add(object item)

This method is not implemented but is required method for serialization to work. Do not use.

Get the enumerator of the associated IEnumerable<T>.