DelegatingEnumerable<T> Class
Helper class to serialize <see cref="T:System.Collections.Generic.IEnumerable`1" /> types by delegating them through a concrete implementation."/>.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() | DelegatingEnumerable<T>() | Initialize a DelegatingEnumerable. This constructor is necessary for DataContractSerializer to work. |
![]() | DelegatingEnumerable<T>(IEnumerable<T>^) | Initialize a DelegatingEnumerable with an <see cref="T:System.Collections.Generic.IEnumerable`1" />. This is a helper class to proxy <see cref="T:System.Collections.Generic.IEnumerable`1" /> interfaces for XmlSerializer. |
| Name | Description | |
|---|---|---|
![]() | Add(Object^) | This method is not implemented but is required method for serialization to work. Do not use. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Get the enumerator of the associated <see cref="T:System.Collections.Generic.IEnumerable`1" />. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Get the enumerator of the associated <see cref="T:System.Collections.Generic.IEnumerable`1" />. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


