IEnumerableExtensions Class

 

Encapsulates functionality used to extend the IEnumerable{T} implementation.

Namespace:   Microsoft.Web.Mvc.Resources
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System::Object
  Microsoft.Web.Mvc.Resources::IEnumerableExtensions

[ExtensionAttribute]
public ref class IEnumerableExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAsSerializable<T>(IEnumerable<T>^)

Convenience API to allow an IEnumerable{T} (such as returned by Linq2Sql) to be serialized by DataContractSerilizer.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: