LayerD CodeDOM and Zoe Compiler interface
IsValidNativeLiteralType Method (symTypeStr)
NamespacesLayerD.ZOECompilerNativeTypesIsValidNativeLiteralType(String)

[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.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsValidNativeLiteralType(
	string symTypeStr
)
Public Shared Function IsValidNativeLiteralType ( _
	symTypeStr As String _
) As Boolean
public:
static bool IsValidNativeLiteralType(
	String^ symTypeStr
)
Parameters
symTypeStr (String)

[Missing <param> documentation for "symTypeStr"]

Return Value

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

Assembly: lib_zoec_core (Module: lib_zoec_core) Version: 1.0.3410.22813 (1.0.0.0)