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

◆ ObjectSecurity() [8/8]

System.Security.AccessControl.ObjectSecurity< T >.ObjectSecurity ( bool isContainer,
ResourceType resourceType,
SafeHandle? safeHandle,
AccessControlSections includeSections,
ExceptionFromErrorCode? exceptionFromErrorCode,
object? exceptionContext )
inlineprotected

Definition at line 595 of file ObjectSecurity.cs.

596 : base(isContainer, resourceType, safeHandle, includeSections, exceptionFromErrorCode, exceptionContext)
597 {
598 }