PexInputEnumeratorBase.InputModelBuilder.ToInputModel(String) Method

Definition

Creates an input model from the current state of this builder.

public:
 Microsoft::ExtendedReflection::Reasoning::InputModel ToInputModel(System::String ^ name);
public Microsoft.ExtendedReflection.Reasoning.InputModel ToInputModel(string name);
member this.ToInputModel : string -> Microsoft.ExtendedReflection.Reasoning.InputModel
Public Function ToInputModel (name As String) As InputModel

Parameters

name
String

Returns

Microsoft.ExtendedReflection.Reasoning.InputModel

Applies to