Class Arrays
Inheritance
System.Object
Arrays
Assembly: DistributedLucene.Net.dll
Syntax
public static class Arrays : object
Methods
Name | Description |
---|---|
AsList<T>(T[]) | |
CopyOf<T>(T[], Int32) | |
CopyOfRange<T>(T[], Int32, Int32) | |
Empty<T>() | Returns an empty array. |
Equals<T>(T[], T[]) | Compares the entire members of one array whith the other one. |
Fill<T>(T[], T) | Assigns the specified value to each element of the specified array. |
Fill<T>(T[], Int32, Int32, T) | Assigns the specified long value to each element of the specified
range of the specified array of longs. The range to be filled
extends from index |
GetHashCode<T>(T[]) | |
ToString(IEnumerable<String>) | |
ToString<T>(IEnumerable<T>) |