Parameter
import { Parameter } from "@alloy-js/csharp";
<Parameter name="string" refkey={core.Refkey} symbol={core.OutputSymbol} type={core.Children} />
import { Parameter } from "@alloy-js/csharp/stc";
Parameter({ name: string, refkey: core.Refkey, symbol: core.OutputSymbol, type: core.Children,}).children(children)
Props
name | string |
refkey | optionalRefkey |
symbol | optionalMemberDeclaration context interface |
type | Children |