Reflection Data Set DictionaryBest Match For 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: 2026.1.20.0
The best matching reflection data set or null if one could not be found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ReflectionDataSet BestMatchFor(
IEnumerable<(string PlatformType, string Version)> frameworks
)VB
Public Function BestMatchFor (
frameworks As IEnumerable(Of (PlatformType As String, Version As String))
) As ReflectionDataSetC++
public:
ReflectionDataSet^ BestMatchFor(
IEnumerable<ValueTuple<String^, String^>>^ frameworks
)F#
member BestMatchFor :
frameworks : IEnumerable<ValueTuple<string, string>> -> ReflectionDataSet Parameters
- frameworks IEnumerableValueTupleString, String
- An enumerable list of platform ID/version pairs
Return Value
ReflectionDataSetThe best matching reflection data set or null if one could not be found