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)

Inheritance Hierarchy

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

Syntax

public static class IEnumerableExtensions
[ExtensionAttribute]
public ref class IEnumerableExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IEnumerableExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class IEnumerableExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AsSerializable<T>(IEnumerable<T>)

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

Thread Safety

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

See Also

Microsoft.Web.Mvc.Resources Namespace

Return to top