Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Search.AnonymousClassIntParser Class Reference

Inherits Lucene.Net.Search.IntParser.

Public Member Functions

virtual int ParseInt (System.String value_Renamed)
 Return an integer representation of this field's value.
 
override System.String ToString ()
 

Detailed Description

Definition at line 229 of file FieldCache.cs.

Member Function Documentation

virtual int Lucene.Net.Search.AnonymousClassIntParser.ParseInt ( System.String  string_Renamed)
virtual

Return an integer representation of this field's value.

Implements Lucene.Net.Search.IntParser.

Definition at line 231 of file FieldCache.cs.

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

Definition at line 239 of file FieldCache.cs.


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