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.AnonymousClassIntParser1 Class Reference

Inherits Lucene.Net.Search.IntParser.

Public Member Functions

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

Detailed Description

Definition at line 300 of file FieldCache.cs.

Member Function Documentation

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

Return an integer representation of this field's value.

Implements Lucene.Net.Search.IntParser.

Definition at line 302 of file FieldCache.cs.

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

Definition at line 313 of file FieldCache.cs.


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