ToList

ID3V2Tag.ToList method

Creates a list from the package.

public IReadOnlyList<ID3V2TagFrame> ToList()

Return Value

A list of all frames contained in the ID3v2 tag.

See Also