Field
Render a c# field
import { Field } from "@alloy-js/csharp";
<Field doc={Children} file internal name={string | Namekey} new private protected public readonly refkey={Refkey} static type={Children} volatile />import { Field } from "@alloy-js/csharp/stc";
Field({ doc: Children, file: boolean, internal: boolean, name: string | Namekey, new: boolean, private: boolean, protected: boolean, public: boolean, readonly: boolean, refkey: Refkey, static: boolean, type: Children, volatile: boolean,}).children(children)| doc | optionalChildrenDoc comment |
| file | optionalboolean |
| internal | optionalboolean |
| name | string | Namekey |
| new | optionalboolean |
| private | optionalboolean |
| protected | optionalboolean |
| public | optionalboolean |
| readonly | optionalboolean |
| refkey | optionalRefkey |
| static | optionalboolean |
| type | Children |
| volatile | optionalboolean |