API_9.App_Start.UnityDependencyResolver.BeginScope C# (CSharp) Method

BeginScope() public method

public BeginScope ( ) : IDependencyScope
return IDependencyScope
        public IDependencyScope BeginScope()
        {
            return this;
        }