BlogSharp.Core.Impl.Services.FileSystem.FileSystemInfoBase.FileSystemInfoBase C# (CSharp) 메소드

FileSystemInfoBase() 보호된 메소드

protected FileSystemInfoBase ( string fileName ) : System
fileName string
리턴 System
        protected FileSystemInfoBase(string fileName)
        {
            this.fileName = fileName;
            //this.parent = parent;
        }