StringValues.ICollection<String>.Remove(String) 메서드

정의

컬렉션에서 특정 개체의 첫 번째 항목을 제거합니다.

 virtual bool System.Collections.Generic.ICollection<System.String>.Remove(System::String ^ item) = System::Collections::Generic::ICollection<System::String ^>::Remove;
bool ICollection<string>.Remove(string? item);
abstract member System.Collections.Generic.ICollection<System.String>.Remove : string -> bool
override this.System.Collections.Generic.ICollection<System.String>.Remove : string -> bool
Function Remove (item As String) As Boolean Implements ICollection(Of String).Remove

매개 변수

item
String

컬렉션에서 제거할 개체입니다.

반품

컬렉션에서 성공적으로 제거되었으면 />이고, 그렇지 않으면 . 이 메서드는 원래 컬렉션에서 찾을 수 없는 경우에도 false 반환 item 합니다.

구현

적용 대상