Tests.FakeMp3File.FakeMp3File C# (CSharp) Method

FakeMp3File() public method

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