Skip to content

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
/>
docoptional ChildrenDoc comment
fileoptional boolean
internaloptional boolean
namestring | Namekey
newoptional boolean
privateoptional boolean
protectedoptional boolean
publicoptional boolean
readonlyoptional boolean
refkeyoptional Refkey
staticoptional boolean
typeChildren
volatileoptional boolean