FakeOuterService.MultipleServices Property

Definition

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeMultipleService ^> ^ MultipleServices { System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeMultipleService ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService> MultipleServices { get; }
member this.MultipleServices : seq<Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeMultipleService>
Public ReadOnly Property MultipleServices As IEnumerable(Of IFakeMultipleService)

Property Value

Implements

Applies to