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

◆ ErrorCode

int System.Net.LazyAsyncResult.ErrorCode
getsetpackageinherited

Definition at line 121 of file LazyAsyncResult.cs.

122 {
123 get
124 {
125 return _errorCode;
126 }
127 set
128 {
130 }
131 }