TagLib.Image.CombinedImageTag.Clear C# (CSharp) Method

Clear() public method

Clears all of the child tags.
public Clear ( ) : void
return void
		public override void Clear ()
		{
			foreach (ImageTag tag in AllTags)
				tag.Clear ();
		}