ReflectionDataSetDictionary.BestMatchFor Method
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
This is used to find the best match for the given set of framework identifiers
public ReflectionDataSet BestMatchFor(IEnumerable<(string PlatformType, string Version)> frameworks)
Parameters
frameworksIEnumerable<(string Key, string Value)>An enumerable list of platform ID/version pairs
Returns
- ReflectionDataSet
The best matching reflection data set or null if one could not be found