Lucene.Net.Search.Function.ShortFieldSource.CachedFieldSourceHashCode C# (CSharp) Method

CachedFieldSourceHashCode() public method

public CachedFieldSourceHashCode ( ) : int
return int
		public override int CachedFieldSourceHashCode()
		{
			return parser == null?typeof(System.Int16).GetHashCode():parser.GetType().GetHashCode();
		}
	}