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

IsImplemented() public method

public IsImplemented ( Type _interface ) : bool
_interface System.Type
return bool
        public bool IsImplemented(Type _interface)
        {
            return _interface.IsAssignableFrom(type);
        }