1 instantiation of Enumerator
Microsoft.Extensions.AI.Abstractions (1)
AdditionalPropertiesDictionary.cs (1)
128
public Enumerator GetEnumerator() =>
new
(_dictionary.GetEnumerator());
3 references to Enumerator
Microsoft.Extensions.AI.Abstractions (3)
AdditionalPropertiesDictionary.cs (3)
127
/// <returns>An <see cref="AdditionalPropertiesDictionary.
Enumerator
"/> that enumerates the contents of the <see cref="AdditionalPropertiesDictionary"/>.</returns>
128
public
Enumerator
GetEnumerator() => new(_dictionary.GetEnumerator());
200
/// <summary>Initializes a new instance of the <see cref="
Enumerator
"/> struct with the dictionary enumerator to wrap.</summary>