Lucene.Net.Search.ElevationComparatorSource.AnonymousClassFieldComparator.this C# (CSharp) Méthode

this() public méthode

public this ( int slot ) : IComparable
slot int
Résultat IComparable
		    public override IComparable this[int slot]
		    {
		        get { return (System.Int32) values[slot]; }
		    }
		}