Class MultiFunction.Values
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Queries.Function.ValueSources
Assembly: Lucene.Net.Queries.dll
Syntax
public class Values : FunctionValues
  Constructors
| Improve this Doc View SourceValues(MultiFunction, FunctionValues[])
Declaration
public Values(MultiFunction outerInstance, FunctionValues[] valsArr)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MultiFunction | outerInstance | |
| FunctionValues[] | valsArr | 
Methods
| Improve this Doc View SourceToString(Int32)
Declaration
public override string ToString(int doc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | doc | 
Returns
| Type | Description | 
|---|---|
| System.String |