PrincipalValueCollection<T>.Remove(T) 方法

定义

从集合中删除指定的对象。

public:
 virtual bool Remove(T value);
public bool Remove (T value);
abstract member Remove : 'T -> bool
override this.Remove : 'T -> bool
Public Function Remove (value As T) As Boolean

参数

value
T

要从集合中移除的对象。

返回

返回 bool。 如果对象已移除,则返回 true;如果对象不在集合中,则返回 false

实现

适用于