PexSymbolicValue.IgnoreEnumeration<T>(IEnumerable<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forgets all constraints associated with the enumeration
public:
generic <typename T>
static System::Collections::Generic::IEnumerable<T> ^ IgnoreEnumeration(System::Collections::Generic::IEnumerable<T> ^ enumerable);
public static System.Collections.Generic.IEnumerable<T> IgnoreEnumeration<T> (System.Collections.Generic.IEnumerable<T> enumerable);
static member IgnoreEnumeration : seq<'T> -> seq<'T>
Public Shared Function IgnoreEnumeration(Of T) (enumerable As IEnumerable(Of T)) As IEnumerable(Of T)
Type Parameters
- T
Parameters
- enumerable
- IEnumerable<T>
Returns
IEnumerable<T>