Class Symbol
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents a symbol in a TypeScript code (namespace, class, method, parameter, etc.).
public class Symbol
- Inheritance
-
Symbol
Constructors
- Symbol(dynamic)
Initializes a new instance of the
Symbol
class with specified parameter.
Properties
- Declarations
Gets list of declarations related to this symbol.
- Flags
Gets a kind of the symbol.
- Parent
Gets a kind of the symbol.