예제 #1
0
		private void TagTestWithSave (ref Ogg.XiphComment tag,
		                              TagTestFunc testFunc)
		{
			testFunc (tag, "Before Save");
			tag = new Ogg.XiphComment (tag.Render (true));
			testFunc (tag, "After Save");
		}