System.Collections.Stack.Enumerator.Enumerator C# (CSharp) Méthode

Enumerator() private méthode

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