Constructor
Properties for Constructor component.
import { Constructor } from "@alloy-js/csharp";
<Constructor file internal parameters={ParameterProps[]} private protected public refkey={Refkey}> {children}</Constructor>import { Constructor } from "@alloy-js/csharp/stc";
Constructor({ file: boolean, internal: boolean, parameters: ParameterProps[], private: boolean, protected: boolean, public: boolean, refkey: Refkey,}).children(children)| children | optionalChildrenConstructor body |
| file | optionalboolean |
| internal | optionalboolean |
| parameters | optionalParameterProps[]Constructor parameters |
| private | optionalboolean |
| protected | optionalboolean |
| public | optionalboolean |
| refkey | optionalRefkeyRefkey |