Namespace
import { Namespace } from "@alloy-js/csharp";
<Namespace name={string | Namekey | (string | Namekey)[]} refkey={Refkey | Refkey[]}> {children}</Namespace>
import { Namespace } from "@alloy-js/csharp/stc";
Namespace({ name: string | Namekey | (string | Namekey)[], refkey: Refkey | Refkey[],}).children(children)
children | optionalChildren |
name | string | Namekey | (string | Namekey)[] |
refkey | optionalRefkey | Refkey[] |