terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ HandleCompletion< T, TAsyncCompletedEventArgs, TCompletionDelegate >()

void System.Net.WebClient.HandleCompletion< T, TAsyncCompletedEventArgs, TCompletionDelegate > ( TaskCompletionSource< T > tcs,
TAsyncCompletedEventArgs e,
Func< TAsyncCompletedEventArgs, T > getResult,
TCompletionDelegate handler,
Action< WebClient, TCompletionDelegate > unregisterHandler )
inlineprivate
Type Constraints
TAsyncCompletedEventArgs :global 
TAsyncCompletedEventArgs :System.ComponentModel.AsyncCompletedEventArgs 

Definition at line 1958 of file WebClient.cs.

1958 : global::System.ComponentModel.AsyncCompletedEventArgs
1959 {
1960 long num = 0L;
1961 if (this != null)
1962 {
1963 if (num == 0L)
1964 {
1965 return;
1966 }
1967 }
1968 else
1969 {
1970 while (num == 0L)
1971 {
1972 }
1973 }
1974 throw new OutOfMemoryException();
1975 }

References System.L.