Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
override
GenericAce
System.Security.AccessControl.CommonAcl.this[int
index
]
get
set
sealed
inherited
Definition at line
77
of file
CommonAcl.cs
.
78
{
79
get
80
{
81
CanonicalizeIfNecessary
();
82
return
_acl
[
index
].Copy();
83
}
84
set
85
{
86
throw
new
NotSupportedException(
System
.
SR
.
NotSupported_SetMethod
);
87
}
88
}
System.SR.NotSupported_SetMethod
static string NotSupported_SetMethod
Definition
SR.cs:98
System.SR
Definition
SR.cs:7
System.Security.AccessControl.CommonAcl.CanonicalizeIfNecessary
void CanonicalizeIfNecessary()
Definition
CommonAcl.cs:228
System.Security.AccessControl.CommonAcl._acl
readonly RawAcl _acl
Definition
CommonAcl.cs:39
System.ExceptionArgument.index
@ index
System
Definition
BlockingCollection.cs:8
System
Security
AccessControl
SystemAcl
Generated by
1.10.0