C# Class System.Collections.Tests.Helpers

Show file Open project: dotnet/corefx

Public Methods

Method 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 method

public static PerformActionOnAllArrayListWrappers ( ArrayList arrList, Action action ) : void
arrList ArrayList
action Action
return void

PerformActionOnAllHashtableWrappers() public static method

public static PerformActionOnAllHashtableWrappers ( Hashtable hashtable, Action action ) : void
hashtable Hashtable
action Action
return void

PerformActionOnAllQueueWrappers() public static method

public static PerformActionOnAllQueueWrappers ( Queue queue, Action action ) : void
queue Queue
action Action
return void

PerformActionOnAllSortedListWrappers() public static method

public static PerformActionOnAllSortedListWrappers ( SortedList sortedList, Action action ) : void
sortedList SortedList
action Action
return void

PerformActionOnAllStackWrappers() public static method

public static PerformActionOnAllStackWrappers ( Stack stack, Action action ) : void
stack Stack
action Action
return void