Click or drag to resize

TypeRefKeywordToBuiltInTypeIndexMap Field

A dictionary of built-in type keywords to a unique index value.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Dictionary<string, int> KeywordToBuiltInTypeIndexMap

Field Value

Type: DictionaryString, Int32
See Also