[This is preliminary documentation and is subject to change.]
Indica si el tipo representado por la cadena argumento es un tipo nativo que puede representarse con un literal, estos son:
sbyte, byte, short, ushort, int, uint, long, ulong, float, double, decimal, string, char, ASCIIChar, ASCIIString.
Retorna verdadero si el tipo representa directamente un literal.
Si el tipo no es un tipo nativo devuelve false incluyendo tipos derivados de tipos
nativos como referencias a string.


- symTypeStr (String)
[Missing <param> documentation for "symTypeStr"]

[Missing <returns> documentation for M:LayerD.ZOECompiler.NativeTypes.IsValidNativeLiteralType(System.String)]