protected virtual bool CanProcessItems(
T[] items
)Protected Overridable Function CanProcessItems (
items As T()
) As Booleanprotected:
virtual bool CanProcessItems(
array<T>^ items
)function CanProcessItems(items);Use this function instead of invoking the CanProcessItemFunction pointer directly, since implementation of this delegate is optional.