SIL.FieldWorks.CacheLight.RealDataCache.get_IntProp C# (CSharp) Method

get_IntProp() public method

Member get_IntProp
ISilDataAccess method
public get_IntProp ( int hvo, int tag ) : int
hvo int hvo
tag int tag
return int
		public int get_IntProp(int hvo, int tag)
		{
			CheckDisposed();

			return GetFromIntCache(hvo, tag);
		}