System::Security::SecureString::AppendChar 方法

SecureString::AppendChar method

在字符串末尾追加一个字符。

void System::Security::SecureString::AppendChar(char16_t c)
参数类型描述
cchar16_t要追加的字符。

另见