C# 클래스 CodeTV.HashtableSerializationProxy

상속: ICollection
파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

공개 메소드들

메소드 설명
Add ( DictionaryEntry de ) : void
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
HashtableSerializationProxy ( Hashtable ht ) : System
this ( int index ) : DictionaryEntry

메소드 상세

Add() 공개 메소드

public Add ( DictionaryEntry de ) : void
de System.Collections.DictionaryEntry
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Array array, int index ) : void
array System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

HashtableSerializationProxy() 공개 메소드

public HashtableSerializationProxy ( Hashtable ht ) : System
ht System.Collections.Hashtable
리턴 System

this() 공개 메소드

public this ( int index ) : DictionaryEntry
index int
리턴 System.Collections.DictionaryEntry