IVariableDecl Interface |
Namespace: Nova.CodeDOM
public interface IVariableDecl : INamedCodeObject
The IVariableDecl type exposes the following members.
Name | Description | |
---|---|---|
Category |
The descriptive category of the CodeObject.
(Inherited from INamedCodeObject.) | |
Name |
The name of the CodeObject.
(Inherited from INamedCodeObject.) | |
Type |
The type of the variable declaration.
|
Name | Description | |
---|---|---|
AddToDictionary |
Add the CodeObject to the specified dictionary.
(Inherited from INamedCodeObject.) | |
CreateRef |
Create a reference to the CodeObject.
(Inherited from INamedCodeObject.) | |
FindParentT |
Find the parent object of the specified type.
(Inherited from INamedCodeObject.) | |
GetFullName |
Get the full name of the INamedCodeObject, including any namespace name.
(Inherited from INamedCodeObject.) | |
RemoveFromDictionary |
Remove the CodeObject from the specified dictionary.
(Inherited from INamedCodeObject.) |