Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsCurrentUserOnly
bool
System.IO.Pipes.PipeStream.IsCurrentUserOnly
get
set
package
Definition at line
357
of file
PipeStream.cs
.
358
{
359
get
360
{
361
return
_isCurrentUserOnly
;
362
}
363
set
364
{
365
_isCurrentUserOnly
=
value
;
366
}
367
}
System.IO.Pipes.PipeStream._isCurrentUserOnly
bool _isCurrentUserOnly
Definition
PipeStream.cs:232
System.ExceptionArgument.value
@ value
System
IO
Pipes
PipeStream
Generated by
1.10.0