XmlQuerySequence<T>.ICollection<T>.Remove(T) 메서드

정의

컬렉션에서 지정한 항목을 제거합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T value) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove (T value);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (value As T) As Boolean Implements ICollection(Of T).Remove

매개 변수

value
T

제거할 항목입니다.

반환

Boolean

항목이 제거되었으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상