Gets the task that wraps the specified object from the internal task collection, or null if such task doesn't exist.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public Task this[ Object item ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ item As Object _ ) As Task |
Parameters
- item
- Type: System..::.Object
Wrapped object to search for.