We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe72e14 + 59c3dac commit 7fa2287Copy full SHA for 7fa2287
README.md
@@ -184,7 +184,7 @@ public class ExampleClass
184
}
185
186
public IAsyncCommand ExampleAsyncCommand { get; }
187
- public IAsyncCommand ExampleAsyncIntCommand { get; }
+ public IAsyncCommand<int> ExampleAsyncIntCommand { get; }
188
public IAsyncCommand ExampleAsyncExceptionCommand { get; }
189
public IAsyncCommand ExampleAsyncCommandNotReturningToTheCallingThread { get; }
190
0 commit comments