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

GetImplementedInterfaces() public method

public GetImplementedInterfaces ( ) : System.Type[]
return System.Type[]
        public Type[] GetImplementedInterfaces()
        {
            return type.GetInterfaces();
        }