M_Cyjb_Collections_ReadOnlyCharSet_Contains - CYJB/Cyjb GitHub Wiki
确定当前集合是否包含指定字符。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public override bool Contains(
char ch
)
- ch
- Type: System.Char
要在当前集合中定位的字符。
Type: Boolean
如果在当前集合中找到 ch,则为 true
;否则为 false
。