class EnumDescription

robot_2Generated
code_blocksInput

Description

The EnumDescription class in the Sandbox namespace provides functionality to describe and interact with enumeration types. It allows retrieval of entries and unique entries associated with an enumeration.

Members

Instance Members

Member NameSummary
GetEnumeratorReturns an enumerator that iterates through the entries of the enumeration.
GetEntry(Object)Retrieves an entry based on the provided object value.
GetEntry(Int64)Retrieves an entry based on the provided integer value.
GetEntriesRetrieves all entries associated with the provided integer value.
UniqueGets an array of unique entries in the enumeration.