共用方式為


PexExplorableGuesserAttributeBase.CreateExplorableGuessers Method

Definition

Creates explorable guessers.

protected:
 abstract System::Collections::Generic::IEnumerable<Microsoft::Pex::Engine::Explorable::IPexExplorableGuesser ^> ^ CreateExplorableGuessers(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected abstract System.Collections.Generic.IEnumerable<Microsoft.Pex.Engine.Explorable.IPexExplorableGuesser> CreateExplorableGuessers (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member CreateExplorableGuessers : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> seq<Microsoft.Pex.Engine.Explorable.IPexExplorableGuesser>
Protected MustOverride Function CreateExplorableGuessers (host As IPexComponent) As IEnumerable(Of IPexExplorableGuesser)

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent

The host.

Returns

IEnumerable<Microsoft.Pex.Engine.Explorable.IPexExplorableGuesser>

Applies to