CorsairLinkPlusPlus.Common.Registry.RegisteredController.New C# (CSharp) Method

New() public method

public New ( ) : IController
return IController
        public IController New()
        {
            return (IController)ctor.Invoke(null);
        }