System.Collections.Stack.Enumerator.Enumerator C# (CSharp) Метод

Enumerator() приватный Метод

private Enumerator ( Stack s ) : System.Runtime.InteropServices
s Stack
Результат System.Runtime.InteropServices
			internal Enumerator(Stack s) {
				stack = s;
				modCount = s.modCount;
				current = BOF;
			}