Find All items in an
a containing found keys.
Find All keys which also exist in
another dictionary
|
|
|
|---|---|
List<UUID> matches = myDict.FindAll(
delegate(UUID id) {
return
myOtherDict.ContainsKey(id);
}
);
|
|
ObservableDictionary
List
List
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)