Class RectangularArrays
Inheritance
System.Object
    RectangularArrays
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public static class RectangularArrays
  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 |