DiscriminatedUnionType<'lang>
Namespace
Brahma.FSharp.OpenCL.ASTContructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new(name, fields) | (name:string * fields:List<int * Field<'lang>>) -> DiscriminatedUnionType<'lang> | CompiledName: |
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.Data | Field<'lang> | CompiledName: |
| # | x.GetCaseByName(case) | case:string -> Field<'lang> option | |
| # | x.GetCaseByTag(tag) | tag:int -> Field<'lang> option | |
| # | x.Tag | Field<'lang> | CompiledName: |