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

◆ CustomAce()

System.Security.AccessControl.CustomAce.CustomAce ( AceType type,
AceFlags flags,
byte?[] opaque )
inline

Definition at line 23 of file CustomAce.cs.

24 : base(type, flags)
25 {
26 if ((int)type <= 16)
27 {
28 throw new ArgumentOutOfRangeException("type", System.SR.ArgumentOutOfRange_InvalidUserDefinedAceType);
29 }
30 SetOpaque(opaque);
31 }
static string ArgumentOutOfRange_InvalidUserDefinedAceType
Definition SR.cs:78
Definition SR.cs:7

References System.SR.ArgumentOutOfRange_InvalidUserDefinedAceType, System.Security.AccessControl.CustomAce.SetOpaque(), and System.type.