Lucene.Net.Search.SparseFacetedSearcher.FacetName.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int i ) : string
i int
리턴 string
            public string this[int i]
            {
                get { return names.ElementAt(i); }
            }
SparseFacetedSearcher.FacetName