endovena ~master (2017-09-08T23:25:21Z)
Dub
Repo
ServiceWithArrayDependencies
tests
cut
Undocumented in source.
class
ServiceWithArrayDependencies :
IService
{
IDependency
[]
foos
[@property getter];
this
(IDependency[] foos);
}
Constructors
this
this
(IDependency[] foos)
Undocumented in source.
Members
Properties
foos
IDependency
[]
foos
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tests
cut
classes
AnotherService
AnotherServiceWithDependency
Dependency
Service
ServiceA
ServiceB
ServiceWithArrayDependencies
ServiceWithDependency
ServiceWithMultipleCostructors
ServiceWithTwoParametersBothDependentOnSameService
ServiceWithoutPublicConstructor
interfaces
IDependency
IService
ISingletonService
ITransientService