| KeyValuePair {Microsoft.VisualBasic.Text.Xml.Models} | .NET clr documentation |
An object for the text file format xml data storage.(用于存储与XML文件之中的字符串键值对对象)
2016-05-24 为了更好的构建GCModeller项目的数据文档的格式,本类型对象不再继承自KeyValuePairObject`2类型
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class KeyValuePair {
# Gets the key in the key/value pair.
Key: string;
Value: string;
}