IFactoryService Interface¶
- Namespace
Microsoft.Extensions.DependencyInjection.Specification.Fakes
- Assemblies
- Microsoft.Extensions.DependencyInjection.Specification.Tests
Syntax¶
public interface IFactoryService
-
interface
Microsoft.Extensions.DependencyInjection.Specification.Fakes.
IFactoryService
Properties¶
-
Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService.
FakeService
¶ Return type: Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeService IFakeService FakeService { get; }
-
Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFactoryService.
Value
¶ Return type: System.Int32 int Value { get; }
-