Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DirectorySecurity.cs
Go to the documentation of this file.
2
4{
6 : base(isContainer: true)
7 {
8 }
9
10 public DirectorySecurity(string name, AccessControlSections includeSections)
11 : base(isContainer: true, name, includeSections, isDirectory: true)
12 {
13 }
14}
DirectorySecurity(string name, AccessControlSections includeSections)