Tests.FakeMp3File.FakeMp3File C# (CSharp) 메소드

FakeMp3File() 공개 메소드

public FakeMp3File ( Mp3Tags tags, string path ) : System.IO
tags FileLib.Mp3Tags
path string
리턴 System.IO
        public FakeMp3File(Mp3Tags tags, string path)
        {
            Tags = tags;
            FullName = path;
        }