A service collection to be populated at startup
Namespace: Composite.Core.ApplicationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static IServiceCollection ServiceCollection { get; set; } |
Visual Basic |
---|
Public Shared Property ServiceCollection As IServiceCollection Get Set |
Visual C++ |
---|
public: static property IServiceCollection^ ServiceCollection { IServiceCollection^ get (); void set (IServiceCollection^ value); } |