SingletonInstance<C> constructor

SingletonInstance<C>(
  1. C _instance
)

Implementation

SingletonInstance(this._instance);