AdditionalPropertiesDictionary Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AdditionalPropertiesDictionary() | |
AdditionalPropertiesDictionary(IDictionary<String,Object>) | |
AdditionalPropertiesDictionary(IEnumerable<KeyValuePair<String,Object>>) |
public:
AdditionalPropertiesDictionary();
public AdditionalPropertiesDictionary ();
Public Sub New ()
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
public:
AdditionalPropertiesDictionary(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ dictionary);
public AdditionalPropertiesDictionary (System.Collections.Generic.IDictionary<string,object?> dictionary);
new Microsoft.Extensions.AI.AdditionalPropertiesDictionary : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Extensions.AI.AdditionalPropertiesDictionary
Public Sub New (dictionary As IDictionary(Of String, Object))
Parameters
- dictionary
- IDictionary<String,Object>
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
public:
AdditionalPropertiesDictionary(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ collection);
public AdditionalPropertiesDictionary (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>> collection);
new Microsoft.Extensions.AI.AdditionalPropertiesDictionary : seq<System.Collections.Generic.KeyValuePair<string, obj>> -> Microsoft.Extensions.AI.AdditionalPropertiesDictionary
Public Sub New (collection As IEnumerable(Of KeyValuePair(Of String, Object)))
Parameters
- collection
- IEnumerable<KeyValuePair<String,Object>>
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: