For the complete documentation index, see llms.txt. This page is also available as Markdown.

EnumCases

Property in EnumType

Summary

Gets the collection of enum cases in this enum.

public IEnumerable<KeyValuePair<string, ConstantTypeProperty>> EnumCases { get; }

Last updated

Was this helpful?