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