Method _Pragma() Method _Pragma void _Pragma(string directive) Description This macro inserts the corresponding #pragma directive in the source. e.g. _Pragma("strict_types") is the same as #pragma strict_types . See also #pragma