Microsoft.Azure.Amqp.AmqpDebug.AmqpDebugImpl.AmqpDebugImpl C# (CSharp) Method

AmqpDebugImpl() private method

private AmqpDebugImpl ( int size ) : System.Collections.Concurrent
size int
return System.Collections.Concurrent
            AmqpDebugImpl(int size)
            {
                this.index = -1;
                this.entries = new Entry[size];
            }