Lucene.Net.Spatial.Util.Bits.Get C# (CSharp) Метод

Get() публичный Метод

public Get ( int index ) : bool
index int
Результат bool
		public virtual bool Get(int index)
		{
			throw new System.NotImplementedException();
		}