System.Runtime.Serialization.Formatters.Binary.SerStack.SerStack C# (CSharp) Method

SerStack() private method

private SerStack ( string stackId ) : System.Collections.Concurrent
stackId string
return System.Collections.Concurrent
        internal SerStack(string stackId)
        {
            _stackId = stackId;
        }