KeyValuePair {Microsoft.VisualBasic.Text.Xml.Models} | .NET clr documentation |
An object for the text file format xml data storage.(用于存储与XML文件之中的字符串键值对对象)
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class KeyValuePair {
# Gets the key in the key/value pair.
Key: string;
Value: string;
}