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]
getsetsealedinherited

Definition at line 77 of file CommonAcl.cs.

78 {
79 get
80 {
82 return _acl[index].Copy();
83 }
84 set
85 {
86 throw new NotSupportedException(System.SR.NotSupported_SetMethod);
87 }
88 }
static string NotSupported_SetMethod
Definition SR.cs:98
Definition SR.cs:7