CasedName Type
A Name tagged with one of the supported casing measures (Pascal, camel,
module, or typar). Useful as an envelope when the casing flavour is decided
dynamically rather than known statically.
Union cases
| Union case |
Description
|
A name carrying the camelCase measure (e.g. member or value names).
|
|
A name carrying the module-name measure.
|
|
A name carrying the Pascal-case measure (e.g. type, module, or class names).
|
|
A name carrying the type-parameter (typar) measure.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCamel
Returns: bool
|
|
Full Usage:
this.IsModule
Returns: bool
|
|
Full Usage:
this.IsPascal
Returns: bool
|
|
Full Usage:
this.IsTypar
Returns: bool
|
|
|
The underlying untyped
|