Exemplo n.º 1
0
 /// <summary>
 /// Allocates the receiver.
 /// </summary>
 internal void Allocate()
 {
     isAllocated = true;
     values.EnsureCapacity(k);
 }