SourceFile
import { SourceFile } from "@alloy-js/csharp";
<SourceFile path="string" using={Array<string>}> {children}</SourceFile>
import { SourceFile } from "@alloy-js/csharp/stc";
SourceFile({ path: string, using: Array<string> }).children(children)
Props
children | optionalChildren |
path | string Path of the source file |
using | optionalArray<string> A list of namespaces to use |