Initializes a new instance of the
Codon class.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Codon(
AddIn addIn,
string name,
Properties properties,
IReadOnlyList<ICondition> conditions
)
Parameters
- addIn AddIn
- The add-in that owns the codon.
- name String
- The codon name.
- properties Properties
- The codon properties.
- conditions IReadOnlyListICondition
- The conditions attached to the codon.
See Also