VariableDeclGetFullName Method |
Get the full name of the
VariableDecl, including the namespace name (if any).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public virtual string GetFullName(
bool descriptive = false
)
Parameters
- descriptive (Optional)
- Type: SystemBoolean
True to display type parameters and method parameters, otherwise false.
Return Value
Type:
StringImplements
INamedCodeObjectGetFullName(Boolean)See Also