Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Collections
HashMap.KeysCollection
C# Class System.Collections.HashMap.KeysCollection
Inheritance:
ICollection
,
IEnumerable
显示文件
Open project: hprose/hprose-dotnet
Public Methods
Method
Description
CopyTo
(
Array
array
,
int
arrayIndex
) :
void
GetEnumerator
( ) :
IEnumerator
Private Methods
Method
Description
KeysCollection
(
HashMap
m
,
ICollection
keys
) :
System
Method Details
CopyTo()
public
method
public
CopyTo
(
Array
array
,
int
arrayIndex
) :
void
array
System.Array
arrayIndex
int
return
void
GetEnumerator()
public
method
public
GetEnumerator
( ) :
IEnumerator
return
IEnumerator