Instance Property

Soulstone

Soulstone
Gets an instance of the ID3Reader class.

Namespace:  Soulstone.Mp3
Assembly:  Soulstone.Mp3 (in Soulstone.Mp3.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Id3Reader Instance { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Instance As Id3Reader
Visual C++
public:
static property Id3Reader^ Instance {
	Id3Reader^ get ();
}

See Also