Gets the predecessor that wraps the specified object, or null if such predecessor doesn't exist.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public Predecessor GetPredecessor( Object item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetPredecessor ( _ item As Object _ ) As Predecessor |
Parameters
- item
- Type: System..::.Object
Wrapped object to search for.