dncollections : dylan.NET.Collections Namespace

SearchDelegate Delegate

A way to supply a method that returns yes or no according to conformance of object to a condition.

Syntax

public delegate bool SearchDelegate (object o)

Parameters

o
The object to check for conformance to certain conditions.

Returns

True is the object conforms or False if otherwise.

Remarks

Useful in searches where True signifies that the item should be returned as the result of the search.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5