PexInputEnumeratorAttributeBase.GetEnumerator 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.
Gets the input enumerator.
protected:
abstract Microsoft::Pex::Engine::InputEnumeration::IPexInputEnumerator ^ GetEnumerator(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host);
protected abstract Microsoft.Pex.Engine.InputEnumeration.IPexInputEnumerator GetEnumerator (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
abstract member GetEnumerator : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> Microsoft.Pex.Engine.InputEnumeration.IPexInputEnumerator
Protected MustOverride Function GetEnumerator (host As IPexExplorationComponent) As IPexInputEnumerator
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
Returns
Microsoft.Pex.Engine.InputEnumeration.IPexInputEnumerator