Lucene.Net.Search.ElevationComparatorSource.AnonymousClassFieldComparator.this C# (CSharp) 메소드

this() 공개 메소드

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