M_Cyjb_Collections_CharSet_Remove - CYJB/Cyjb GitHub Wiki

CharSet.Remove 方法 (Char)

从当前集合中移除指定字符。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public override bool Remove(
	char ch
)

参数

 

ch
Type: System.Char
要从当前集合中移除的字符。

返回值

Type: Boolean
如果已从当前集合中成功移除 ch,则为 true;否则为 false。 如果在原始当前集合中没有找到 ch,该方法也会返回 false

实现

ICollection(T).Remove(T)
ICollection(T).Remove(T)

参见

Reference

CharSet 类
Remove 重载
Cyjb.Collections 命名空间

⚠️ **GitHub.com Fallback** ⚠️