예제 #1
0
 public HostsFileReader(string[] lines, HostsFileType fileType, string location, FileAttributes?attributes)
 {
     Lines      = lines;
     FileType   = fileType;
     Location   = location;
     Attributes = attributes;
 }
예제 #2
0
 public HostsFileReader(string[] lines, HostsFileType fileType)
     : this(lines, fileType, null, null)
 {
 }