Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Options
FileOptions
System.IO.FileStreamOptions.Options
get
set
Definition at line
66
of file
FileStreamOptions.cs
.
67
{
68
get
69
{
70
return
_options
;
71
}
72
set
73
{
74
if
(
value
!= 0 && (
value
& (FileOptions)67092479) != 0)
75
{
76
ThrowHelper.ArgumentOutOfRangeException_Enum_Value();
77
}
78
_options
=
value
;
79
}
80
}
System.IO.FileStreamOptions._options
FileOptions _options
Definition
FileStreamOptions.cs:11
System.ExceptionArgument.value
@ value
System
IO
FileStreamOptions
Generated by
1.10.0