An object for the text file format xml data storage.(用于存储与XML文件之中的字符串键值对对象)
KeyValuePair
00 Remarks
- 2016-05-24 为了更好的构建GCModeller项目的数据文档的格式,本类型对象不再继承自KeyValuePairObject类型
01 Syntax
Microsoft.VisualBasic.Text.Xml.Models.KeyValuePair
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Equals | 2 | |
| op_Implicit | 1 | |
| ToString | 1 | |
| CreateObject | 1 | |
| ToDictionary | 1 | |
| Distinct | 1 |
03 Properties
04 Members
Equals(KeyValuePair,
Boolean)Parameters
| Name | Type | Description |
|---|---|---|
obj | KeyValuePair | - |
strict | Boolean | If strict is TRUE then the function of the string compares will case sensitive. |
Key
Gets the key in the key/value pair.
Remarks
在这里可能用不了XmlAttributeAttribute自定义属性,因为其基本类型之中的Key和Value可以是任意的类型的,Attribute格式无法序列化复杂的数据类型
Value
op_Implicit(
KeyValuePair(Of String, String))ToString()
CreateObject(
String, String)ToDictionary(
IEnumerable(Of KeyValuePair))Equals(
Object)Distinct(KeyValuePair())