Achamenes.ID3.Frames.ArtistTextFrame.ArtistTextFrame C# (CSharp) 메소드

ArtistTextFrame() 공개 메소드

public ArtistTextFrame ( string text ) : System
text string
리턴 System
        public ArtistTextFrame(string text)
            : base(text)
        {
        }