Ignore Reason
Lists reasons for marking code elements to be ignored by the reader, as used by the Ignore annotation.
Each reason includes a detailed description to clarify why an element should be excluded from processing or serialization.
Parameters
A human-readable description of the reason.
Entries
Feature is not implemented yet and should be ignored.
Feature is experimental and should not be processed by users.
Feature only relevant for a specific platform and should be ignored elsewhere.
Used only in debug builds and should be ignored in production.
Used only for performance testing and should be ignored in normal use.
Only exists for documentation purposes and should be ignored in processing.
Feature intended only for internal use and should not be processed by users.
Code requires a security review and should be ignored until reviewed.
Feature depends on third-party code or library and should be ignored in certain contexts.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.