C# Class TagLib.Image.CombinedImageTag

Combines some ImageTag instance to behave as one.
Inheritance: ImageTag
Show file Open project: rubenv/tripod Class Usage Examples

Private Properties

Property Type Description
AddTag void
RemoveTag void

Public Methods

Method Description
Clear ( ) : void

Clears all of the child tags.

CombinedImageTag ( TagTypes allowed_types ) : System

Constructs and initializes a new instance of with a restriction on the allowed tag types contained in this combined tag.

Private Methods

Method Description
AddTag ( ImageTag tag ) : void
RemoveTag ( ImageTag tag ) : void

Method Details

Clear() public method

Clears all of the child tags.
public Clear ( ) : void
return void

CombinedImageTag() public method

Constructs and initializes a new instance of with a restriction on the allowed tag types contained in this combined tag.
public CombinedImageTag ( TagTypes allowed_types ) : System
allowed_types TagTypes /// A value, which restricts the /// types of metadata that can be contained in this /// combined tag. ///
return System