Constructor KmlNonSchemaData
KmlNonSchemaData(IEnumerable<KeyValuePair<string, string>>)
Initializes a new instance of the KmlNonSchemaData class using untyped non-schema data from the attribute key-value pairs.
Declaration
public KmlNonSchemaData(IEnumerable<KeyValuePair<string, string>> untypedAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<KeyValuePair<string, string>> | untypedAttributes | The key-value pairs of the non-schema data. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |
KmlNonSchemaData(IEnumerable<KeyValuePair<KmlSimpleField, object?>>)
Initializes a new instance of the KmlNonSchemaData class using typed non-schema data from the attribute key-value pairs.
Declaration
public KmlNonSchemaData(IEnumerable<KeyValuePair<KmlSimpleField, object?>> typedAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<KeyValuePair<KmlSimpleField, object>> | typedAttributes | The key-value pairs of the non-schema data. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 300.0 |
| .NET Windows | 200.6 - 300.0 |
| .NET Android | 200.6 - 300.0 |
| .NET iOS | 200.6 - 300.0 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |