Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IProgress.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
public
interface
IProgress
<in T>
4
{
5
void
Report
(T
value
);
6
}
System.IProgress.Report
void Report(T value)
System.IProgress
Definition
IProgress.cs:4
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IProgress.cs
Generated by
1.10.0