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

ClearInfoAboutAll() public method

Member ClearInfoAbout
public ClearInfoAboutAll ( int rghvo, int chvo, VwClearInfoAction cia ) : void
rghvo int hvo
chvo int
cia VwClearInfoAction cia
return void
		public void ClearInfoAboutAll(int[] rghvo, int chvo, VwClearInfoAction cia)
		{
			CheckDisposed();

			throw new NotImplementedException("'ClearInfoAboutAll' not implemented yet.");
		}