Munq.Registration.GetInstance C# (CSharp) Method

GetInstance() public method

public GetInstance ( ) : object
return object
        public object GetInstance()
        {
            return Instance ??
                ((LifetimeManager != null) ? LifetimeManager.GetInstance(this) : Factory(Container));
        }