IndexerDeclGetFullName Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override 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