ReflectionDataSetDictionaryBestMatchFor Method
This is used to find the best match for the given set of framework identifiers
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ReflectionDataSet BestMatchFor(
IEnumerable<(string PlatformType, string Version)> frameworks
)
Public Function BestMatchFor (
frameworks As IEnumerable(Of (PlatformType As String, Version As String))
) As ReflectionDataSet
public:
ReflectionDataSet^ BestMatchFor(
IEnumerable<ValueTuple<String^, String^>>^ frameworks
)
member BestMatchFor :
frameworks : IEnumerable<ValueTuple<string, string>> -> ReflectionDataSet
- frameworks IEnumerableValueTupleString, String
- An enumerable list of platform ID/version pairs
ReflectionDataSetThe best matching reflection data set or null if one could not be found