CxId
Description
Represents a Code-X identifier, which must start with a letter or underscore, followed by any number of letters, underscores or digits.
- See also
Public / Constants
Invalid
The CxId that represents the invalid empty identifier.
Invalid identifier have the string representation ?
and are not parsable.
- See also
This
The special CxId value that is used by CxMemberProperty objects that represent indexer properties.
- See also
Public / Constructors
FromOp
Returns the special CxId value that is used by CxMemberMethod objects that represent overloaded operators.
- See also
FromSource
Parses the given identifier.
- ValidatingException
-
If the syntax of source in is invalid.
- See also