Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Search.AnonymousClassLongParser1 Class Reference

Inherits Lucene.Net.Search.LongParser.

Public Member Functions

virtual long ParseLong (System.String val)
 Return an long representation of this field's value.
 
override System.String ToString ()
 

Detailed Description

Definition at line 338 of file FieldCache.cs.

Member Function Documentation

virtual long Lucene.Net.Search.AnonymousClassLongParser1.ParseLong ( System.String  string_Renamed)
virtual

Return an long representation of this field's value.

Implements Lucene.Net.Search.LongParser.

Definition at line 340 of file FieldCache.cs.

override System.String Lucene.Net.Search.AnonymousClassLongParser1.ToString ( )

Definition at line 351 of file FieldCache.cs.


The documentation for this class was generated from the following file: