Method | Description | |
---|---|---|
PerformActionOnAllArrayListWrappers ( ArrayList arrList, Action |
||
PerformActionOnAllHashtableWrappers ( Hashtable hashtable, Action |
||
PerformActionOnAllQueueWrappers ( Queue queue, Action |
||
PerformActionOnAllSortedListWrappers ( SortedList sortedList, Action |
||
PerformActionOnAllStackWrappers ( Stack stack, Action |
public static PerformActionOnAllArrayListWrappers ( ArrayList arrList, Action |
||
arrList | ArrayList | |
action | Action |
|
return | void |
public static PerformActionOnAllHashtableWrappers ( Hashtable hashtable, Action |
||
hashtable | Hashtable | |
action | Action |
|
return | void |
public static PerformActionOnAllQueueWrappers ( Queue queue, Action |
||
queue | Queue | |
action | Action |
|
return | void |
public static PerformActionOnAllSortedListWrappers ( SortedList sortedList, Action |
||
sortedList | SortedList | |
action | Action |
|
return | void |
public static PerformActionOnAllStackWrappers ( Stack stack, Action |
||
stack | Stack | |
action | Action |
|
return | void |