C# 클래스 System.Collections.Hashtable.HashKeys

상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
CopyTo ( Array array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
HashKeys ( Hashtable host ) : System

메소드 상세

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

HashKeys() 공개 메소드

public HashKeys ( Hashtable host ) : System
host Hashtable
리턴 System