Unity.IL2CPP.Common.TempFile.TempFile C# (CSharp) Method

TempFile() private method

private TempFile ( NiceIO.NPath path ) : NiceIO
path NiceIO.NPath
return NiceIO
        private TempFile(NPath path)
        {
            this.Path = path;
        }