LocalDeclaration Methods
- Updated2023-02-21
- 3 minute(s) read
The LocalDeclaration type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from BaseNode.) | |
Equals | Overloaded.
Determines whether the specified other object is equal to the current instance of AbstractDeclaration.
Equality is determined using the DefaultValue and Identifier.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a AbstractDeclaration object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from AbstractDeclaration.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |