M_Cyjb_Collections_CharSet_Add - CYJB/Cyjb GitHub Wiki
向当前集内添加字符,并返回一个指示是否已成功添加字符的值。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public override bool Add(
char ch
)
- ch
- Type: System.Char
要添加到 CharSet 的中的字符。
Type: Boolean
如果该字符已添加到集内,则为 true
;如果该字符已在集内,则为 false
。