Symbol Constructor
|
Initializes a new instance of the Symbol class. |
ActualType | Gets or sets the declared type of the symbol. |
DeclaredType | Gets or sets the declared type of the symbol. |
FullName (inherited from Definition) | Gets the full name of the scope (namespace.class.member...). |
Id (inherited from Definition) | |
Name (inherited from Definition) | Gets or sets the given name of the Definition. |
Scope (inherited from Definition) | Gets or sets the scope of the definition. |
SourceGraph (inherited from Definition) | Link to the defining element. |
Type (inherited from Definition) | Link to the defining type. Actual types just return a ref to themselves. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Definition) | Gets the hash of this defintion. The hash is made from the full path. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Definition) |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Symbol Class | DDW.CSharp.SymbolTable Namespace