AnotherClassAcceptingData(IFakeService, String, String) Constructor
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.
public:
AnotherClassAcceptingData(Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeService ^ fakeService, System::String ^ one, System::String ^ two);
public AnotherClassAcceptingData (Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService fakeService, string one, string two);
new Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData : Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService * string * string -> Microsoft.Extensions.DependencyInjection.Specification.Fakes.AnotherClassAcceptingData
Public Sub New (fakeService As IFakeService, one As String, two As String)
Parameters
- fakeService
- IFakeService
- one
- String
- two
- String