NUnit.Framework.Internal.FinallyDelegate.FinallyDelegate C# (CSharp) 메소드

FinallyDelegate() 공개 메소드

public FinallyDelegate ( ) : System
리턴 System
		public FinallyDelegate () {
			this.testStack = new Stack<Tuple<TestExecutionContext, long, TestResult>>();
		}