IMap<K,V>.Remove(K) 메서드

정의

맵에서 항목을 제거합니다.

public:
 void Remove(K key);
void Remove(K const& key);
public void Remove(K key);
Public Sub Remove (key As K)

매개 변수

key
K

제거할 항목과 연결된 키입니다.

설명

.NET을 사용하여 프로그래밍할 때 이 인터페이스는 숨겨지고 개발자는 System.Collections.Generic.IDictionary<TKey,TValue> 인터페이스를 사용해야 합니다.

적용 대상

추가 정보