SessionProfile.ArgumentsSeparator Property
Function's arguments separator to use within a program.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public char ArgumentsSeparator { get; protected set; }
Public Property ArgumentsSeparator As Char
Get
Protected Set
public:
virtual property wchar_t ArgumentsSeparator {
wchar_t get () sealed;
protected: void set (wchar_t value) sealed;
}
abstract ArgumentsSeparator : char with get, set
override ArgumentsSeparator : char with get, set
CharISessionProfile.ArgumentsSeparator