protected virtual bool CanProcessItem(
T item
)Protected Overridable Function CanProcessItem (
item As T
) As Booleanprotected:
virtual bool CanProcessItem(
T item
)function CanProcessItem(item);Use this function instead of invoking the CanProcessItemFunction pointer directly, since implementation of this delegate is optional.