ReflectionDataSetDictionaryBestMatchFor Method

This is used to find the best match for the given set of framework identifiers

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public ReflectionDataSet BestMatchFor(
	IEnumerable<(string PlatformType, string Version)> frameworks
)

Parameters

frameworks  IEnumerableValueTupleString, String
An enumerable list of platform ID/version pairs

Return Value

ReflectionDataSet
The best matching reflection data set or null if one could not be found

See Also