System.Collections.Stack.Enumerator.Enumerator C# (CSharp) Method

Enumerator() private method

private Enumerator ( Stack s ) : System.Runtime.InteropServices
s Stack
return System.Runtime.InteropServices
			internal Enumerator(Stack s) {
				stack = s;
				modCount = s.modCount;
				current = BOF;
			}