Function: csharp-ts-mode--test-method-declaration-type-field
csharp-ts-mode--test-method-declaration-type-field is a byte-compiled
function defined in csharp-mode.el.gz.
Signature
(csharp-ts-mode--test-method-declaration-type-field)
Documentation
Return non-nil if (method_declaration) has a type field.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/csharp-mode.el.gz
(defun csharp-ts-mode--test-method-declaration-type-field ()
"Return non-nil if (method_declaration) has a type field."
(treesit-query-valid-p 'c-sharp "(method_declaration type: (_))"))