C# 클래스 System.Collections.HashMap.ValuesCollection

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ValuesCollection ( HashMap m, ICollection values ) : System

메소드 상세

CopyTo() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator