C# Class System.Collections.Tests.Helpers

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
PerformActionOnAllArrayListWrappers ( ArrayList arrList, Action action ) : void
PerformActionOnAllHashtableWrappers ( Hashtable hashtable, Action action ) : void
PerformActionOnAllQueueWrappers ( Queue queue, Action action ) : void
PerformActionOnAllSortedListWrappers ( SortedList sortedList, Action action ) : void
PerformActionOnAllStackWrappers ( Stack stack, Action action ) : void

Method Details

PerformActionOnAllArrayListWrappers() public static méthode

public static PerformActionOnAllArrayListWrappers ( ArrayList arrList, Action action ) : void
arrList ArrayList
action Action
Résultat void

PerformActionOnAllHashtableWrappers() public static méthode

public static PerformActionOnAllHashtableWrappers ( Hashtable hashtable, Action action ) : void
hashtable Hashtable
action Action
Résultat void

PerformActionOnAllQueueWrappers() public static méthode

public static PerformActionOnAllQueueWrappers ( Queue queue, Action action ) : void
queue Queue
action Action
Résultat void

PerformActionOnAllSortedListWrappers() public static méthode

public static PerformActionOnAllSortedListWrappers ( SortedList sortedList, Action action ) : void
sortedList SortedList
action Action
Résultat void

PerformActionOnAllStackWrappers() public static méthode

public static PerformActionOnAllStackWrappers ( Stack stack, Action action ) : void
stack Stack
action Action
Résultat void