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

◆ Position

override long System.Net.Quic.QuicStream.Position
getset

Definition at line 23 of file QuicStream.cs.

24 {
25 get
26 {
27 throw new NotSupportedException();
28 }
29 set
30 {
31 throw new NotSupportedException();
32 }
33 }