System.Collections.Stack.SyncStack.SyncStack C# (CSharp) 메소드

SyncStack() 개인적인 메소드

private SyncStack ( Stack stack ) : System.Diagnostics
stack Stack
리턴 System.Diagnostics
            internal SyncStack(Stack stack)
            {
                _s = stack;
                _root = stack.SyncRoot;
            }