[Missing <summary> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[])"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public static byte[] Grow( byte[] array ) |
| Visual Basic |
|---|
Public Shared Function Grow ( _ array As Byte() _ ) As Byte() |
| Visual C++ |
|---|
public: static array<unsigned char>^ Grow( array<unsigned char>^ array ) |
Parameters
- array
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="array"/> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[])"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.ArrayUtil.Grow(System.Byte[])"]