다음을 통해 공유


HashSet<T>.AlternateLookup<TAlternate>.Remove(TAlternate) 메서드

정의

집합에서 지정된 요소를 제거합니다.

public:
 bool Remove(TAlternate item);
public bool Remove (TAlternate item);
member this.Remove : 'Alternate -> bool
Public Function Remove (item As TAlternate) As Boolean

매개 변수

item
TAlternate

제거할 요소입니다.

반환

요소를 성공적으로 찾아서 제거했는지 true. 그렇지 않으면 false.

적용 대상