[Missing <summary> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[],System.Int32)"]

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static byte[] Grow(
	byte[] array,
	int minSize
)
Visual Basic
Public Shared Function Grow ( _
	array As Byte(), _
	minSize As Integer _
) As Byte()
Visual C++
public:
static array<unsigned char>^ Grow(
	array<unsigned char>^ array, 
	int minSize
)

Parameters

array
Type: array<System..::..Byte>[]()[][]

[Missing <param name="array"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[],System.Int32)"]

minSize
Type: System..::..Int32

[Missing <param name="minSize"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[],System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[],System.Int32)"]

See Also