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

MoveOwnSeq() public method

Member MoveOwnSeq
public MoveOwnSeq ( int hvoSrcOwner, int tagSrc, int ihvoStart, int ihvoEnd, int hvoDstOwner, int tagDst, int ihvoDstStart ) : void
hvoSrcOwner int hvoSrcOwner
tagSrc int tagSrc
ihvoStart int ihvoStart
ihvoEnd int ihvoEnd
hvoDstOwner int hvoDstOwner
tagDst int tagDst
ihvoDstStart int ihvoDstStart
return void
		public void MoveOwnSeq(int hvoSrcOwner, int tagSrc, int ihvoStart, int ihvoEnd, int hvoDstOwner, int tagDst, int ihvoDstStart)
		{
			CheckDisposed();

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