3 references to ExtractKeyDelegate
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
579
public XHashtable(
ExtractKeyDelegate
extractKey, int capacity) {
644
private
ExtractKeyDelegate
extractKey; // Delegate called in order to extract string key embedded in hashed TValue
652
public XHashtableState(
ExtractKeyDelegate
extractKey, int capacity) {