dotNetRDF API Documentation

IndexHelper.SearchIndex(T) Method

NOTE: This method is now obsolete.

This helper pertains to obsoleted code and will be removed in future releases


Searches an Index using the given Comparer

[Extension]
[Obsolete(Message=""This helper pertains to obsoleted code and will be removed in future releases"", IsError=True)]
public static IEnumerable<T> SearchIndex<T>(
   this List<T> index,
   this IComparer<T> comparer,
   this T search
);

Parameters

index
Index
comparer
Comparer to use for binary search
search
Item to search for

Return Value

See Also

IndexHelper Class | VDS.RDF Namespace