Method | Description | |
---|---|---|
Initialize ( Type>.Action |
Method that registers all known types by calling the delegates provided. This method must be called before using the SDK.
|
public static Initialize ( Type>.Action |
||
registerTransient | Type>.Action | Method that registers a Transient type. |
registerSingleton | Type>.Action | Method that registers a Singleton. |
registerInstance | Object>.Action | Method that registers an instance. |
return | void |