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 | optional Children | Doc comment |
| file | optional boolean | |
| internal | optional boolean | |
| name | string | Namekey | |
| new | optional boolean | |
| private | optional boolean | |
| protected | optional boolean | |
| public | optional boolean | |
| readonly | optional boolean | |
| refkey | optional Refkey | |
| static | optional boolean | |
| type | Children | |
| volatile | optional boolean |