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