The full name of the Namespace (including any parent Namespaces).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected string _fullName
Field Value
Type:
StringRemarks
This full name must be re-generated if any Namespace that composes it is renamed or moved.
It's used to improve performance, so that the same string doesn't have to be generated many
times during symbol resolution.
See Also