NUnit.Framework.Internal.FinallyDelegate.FinallyDelegate C# (CSharp) Method

FinallyDelegate() public method

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