PexExplorableGuesserAttributeBase.CreateExplorableGuessers 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.
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>