Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Collections
Hashtable.ValueCollection
C# Class System.Collections.Hashtable.ValueCollection
Inheritance:
ICollection
,
IEnumerable
Exibir arquivo
Open project: dotnet/corefx
Public Methods
Method
Description
CopyTo
(
Array
array
,
int
arrayIndex
) :
void
GetEnumerator
( ) :
IEnumerator
Private Methods
Method
Description
ValueCollection
(
Hashtable
hashtable
) :
System.Diagnostics
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