Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
System
Collections
Hashtable.ValueCollection
C# Class System.Collections.Hashtable.ValueCollection
Inheritance:
ICollection
,
IEnumerable
Afficher le fichier
Open project: dotnet/corefx
Méthodes publiques
Méthode
Description
CopyTo
(
Array
array
,
int
arrayIndex
) :
void
GetEnumerator
( ) :
IEnumerator
Private Methods
Méthode
Description
ValueCollection
(
Hashtable
hashtable
) :
System.Diagnostics
Method Details
CopyTo()
public
méthode
public
CopyTo
(
Array
array
,
int
arrayIndex
) :
void
array
System.Array
arrayIndex
int
Résultat
void
GetEnumerator()
public
méthode
public
GetEnumerator
( ) :
IEnumerator
Résultat
IEnumerator