다음을 통해 공유


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

정의

지정된 요소를 집합에 추가합니다.

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

매개 변수

item
TAlternate

집합에 추가할 요소입니다.

반환

true 요소가 집합에 추가되면 이고, 요소가 이미 있는지 false.

적용 대상