Returns a single object instance for each equal string.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual string Intern( char[] arr, int offset, int len ) |
Visual Basic |
---|
Public Overridable Function Intern ( _ arr As Char(), _ offset As Integer, _ len As Integer _ ) As String |
Visual C++ |
---|
public: virtual String^ Intern( array<wchar_t>^ arr, int offset, int len ) |
Parameters
- arr
- Type: array<System..::..Char>[]()[][]
[Missing <param name="arr"/> documentation for "M:Lucene.Net.Util.StringInterner.Intern(System.Char[],System.Int32,System.Int32)"]
- offset
- Type: System..::..Int32
[Missing <param name="offset"/> documentation for "M:Lucene.Net.Util.StringInterner.Intern(System.Char[],System.Int32,System.Int32)"]
- len
- Type: System..::..Int32
[Missing <param name="len"/> documentation for "M:Lucene.Net.Util.StringInterner.Intern(System.Char[],System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.StringInterner.Intern(System.Char[],System.Int32,System.Int32)"]