다음을 통해 공유


IDictionary 멤버

키/값 쌍의 제네릭이 아닌 컬렉션을 나타냅니다.

다음 표에서는 IDictionary 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework IsFixedSize IDictionary 개체의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsReadOnly IDictionary 개체가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Item 지정된 키가 있는 요소를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Keys IDictionary 개체의 키가 포함된 ICollection 개체를 가져옵니다.
Public property Supported by the .NET Compact Framework Values IDictionary 개체의 값이 포함된 ICollection 개체를 가져옵니다.

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework Add 제공된 키와 값이 있는 요소를 IDictionary 개체에 추가합니다.
Public method Supported by the .NET Compact Framework Clear IDictionary 개체에서 요소를 모두 제거합니다.
Public method Supported by the .NET Compact Framework Contains IDictionary 개체에 지정된 키가 있는 요소가 포함되어 있는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework GetEnumerator IDictionary 개체에 대한 IDictionaryEnumerator 개체를 반환합니다.
Public method Supported by the .NET Compact Framework Remove IDictionary 개체에서 지정된 키가 있는 요소를 제거합니다.

위쪽

참고 항목

참조

IDictionary 인터페이스
System.Collections 네임스페이스
Hashtable 클래스
ICollection 인터페이스