Characters(Char, Boolean) Constructor |
Initializes a new instance of the Characters class with the specified character array.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Characters(
char[] sourceChars,
bool copy
)
Parameters
- sourceChars Char
- The source character array.
- copy Boolean
- If set to true, the contents of the source character array are copied; otherwise, the reference is used.
See Also