Enum
import { Enum } from "@alloy-js/csharp";
<Enum file internal name="string" private protected public refkey={core.Refkey}> {children}</Enum>
import { Enum } from "@alloy-js/csharp/stc";
Enum({ file: boolean, internal: boolean, name: string, private: boolean, protected: boolean, public: boolean, refkey: core.Refkey,}).children(children)
Props
children | optionalChildren |
file | optionalboolean |
internal | optionalboolean |
name | string |
private | optionalboolean |
protected | optionalboolean |
public | optionalboolean |
refkey | optionalRefkey |