Class RectangularArrays
Inheritance
System.Object
RectangularArrays
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public static class RectangularArrays : object
Methods
| Improve this Doc View SourceReturnRectangularArray<T>(Int32, Int32)
Declaration
public static T[][] ReturnRectangularArray<T>(int size1, int size2)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | size1 | |
| System.Int32 | size2 |
Returns
| Type | Description |
|---|---|
| T[][] |
Type Parameters
| Name | Description |
|---|---|
| T |