SIL.FieldWorks.IText.TestTaggingChild.CacheNullTagString C# (CSharp) Method

CacheNullTagString() protected method

The test version doesn't want anything to do with views (which the superclass version does).
protected CacheNullTagString ( ITextTag ttag ) : void
ttag ITextTag
return void
		protected override void CacheNullTagString(ITextTag ttag)
		{
			// dummy method
		}