1 reference to Key
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\CustomKeyValueConverter.cs (1)
48
return listOfTraitObjects?.Select(trait => new KeyValuePair<string?, string?>(trait.
Key
, trait.Value)).ToArray() ?? [];