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

SizedArray() private method

private SizedArray ( ) : System.Collections.Concurrent
return System.Collections.Concurrent
        internal SizedArray()
        {
            _objects = new object[16];
            _negObjects = new object[4];
        }

Same methods

SizedArray::SizedArray ( SizedArray sizedArray ) : System.Collections.Concurrent
SizedArray::SizedArray ( int length ) : System.Collections.Concurrent