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 | 
|---|---|---|
| System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.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 - 200.8 | 
| .NET Windows | 200.6 - 200.8 | 
| .NET Android | 200.6 - 200.8 | 
| .NET iOS | 200.6 - 200.8 | 
| .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 | 
|---|---|---|
| System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<KmlSimpleField, System.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 - 200.8 | 
| .NET Windows | 200.6 - 200.8 | 
| .NET Android | 200.6 - 200.8 | 
| .NET iOS | 200.6 - 200.8 | 
| .NET Framework | 200.6 - 200.8 | 
| UWP | 200.6 - 200.8 |