|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Static Public Member Functions | |
| static void | GetCharsFromString (string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart) |
| Copies an array of chars obtained from a String into a specified array of chars | |
Definition at line 24 of file TextSupport.cs.
|
static |
Copies an array of chars obtained from a String into a specified array of chars
| sourceString | The String to get the chars from |
| sourceStart | Position of the String to start getting the chars |
| sourceEnd | Position of the String to end getting the chars |
| destinationArray | Array to return the chars |
| destinationStart | Position of the destination array of chars to start storing the chars |
Definition at line 35 of file TextSupport.cs.
1.8.3