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

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

Syntax

C#
public static long[] Grow(
	long[] array
)
Visual Basic
Public Shared Function Grow ( _
	array As Long() _
) As Long()
Visual C++
public:
static array<long long>^ Grow(
	array<long long>^ array
)

Parameters

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

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

Return Value

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

See Also