namespace ARMeilleure.Translation.PTC { /// /// Types of . /// enum SymbolType : byte { /// /// Refers to nothing, i.e no symbol. /// None, /// /// Refers to an entry in . /// DelegateTable, /// /// Refers to an entry in . /// FunctionTable, /// /// Refers to a special symbol which is handled by . /// Special } }