Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PexSymbolicValue::IgnoreEnumeration<T> Method (IEnumerable<T>^)

 

Forgets all constraints associated with the enumeration

Namespace:   Microsoft.Pex.Framework
Assembly:  Microsoft.Pex.Framework (in Microsoft.Pex.Framework.dll)

public:
generic<typename T>
static IEnumerable<T>^ IgnoreEnumeration(
	IEnumerable<T>^ enumerable
)

Parameters

enumerable
Type: System.Collections.Generic::IEnumerable<T>^

Type Parameters

T
Return to top
Show: