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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ValueCollection ( Hashtable hashtable ) : System.Diagnostics

메소드 상세

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator