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