C# 클래스 System.Collections.Tests.Helpers

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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

메소드 상세

PerformActionOnAllArrayListWrappers() 공개 정적인 메소드

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

PerformActionOnAllHashtableWrappers() 공개 정적인 메소드

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

PerformActionOnAllQueueWrappers() 공개 정적인 메소드

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

PerformActionOnAllSortedListWrappers() 공개 정적인 메소드

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

PerformActionOnAllStackWrappers() 공개 정적인 메소드

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