-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Services_ServiceContainer__ctor
andrewvk edited this page Apr 7, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Object class.
Namespace: CodeJam.Services
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public ServiceContainer(
bool publishSelf = true
)VB
Public Sub New (
Optional publishSelf As Boolean = true
)F#
new :
?publishSelf : bool
(* Defaults:
let _publishSelf = defaultArg publishSelf true
*)
-> ServiceContainer
- publishSelf (Optional)
- Type: System.Boolean
[Missing documentation for "M:CodeJam.Services.ServiceContainer.#ctor(System.Boolean)"]
ServiceContainer Class
ServiceContainer Overload
CodeJam.Services Namespace