Gets the predecessor that wraps the specified object from the internal predecessor collection, or null if such predecessor doesn't exist.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public Predecessor this[
	Object item
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	item As Object _
) As Predecessor

Parameters

item
Type: System..::.Object
Wrapped object to search for.

Return Value

The predecessor that wraps the specified object from the internal predecessor collection, or null if such predecessor doesn't exist.

See Also