Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SystemAcl() [3/4]

System.Security.AccessControl.SystemAcl.SystemAcl ( bool isContainer,
bool isDS,
RawAcl rawAcl )
inline

Definition at line 17 of file SystemAcl.cs.

18 : this(isContainer, isDS, rawAcl, trusted: false)
19 {
20 }