CxName
Description
- Derived from
Represents a qualified name, which may be a simple name (e.g. Path), a partially-qualified name (e.g. IO.Path), a fully-qualified name (e.g. Tinman.Core.IO.Path) or a global name (e.g. global::System.IO.Path).
- See also
Public / Constants
Invalid
The CxName that represents the invalid empty name.
Invalid names have the string representation ? and are thus not parsable.
- See also
Public / Constructors
FromSource
Parses the given name.
- ValidatingException
- 
If the syntax of source in is invalid. 
- See also