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
Applies to
Работете съвместно с нас в GitHub
Източникът за това съдържание може да бъде намерен в GitHub, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.