KeyValuePair {Microsoft.VisualBasic.Text.Xml.Models} .NET clr documentation

KeyValuePair

Description

An object for the text file format xml data storage.(用于存储与XML文件之中的字符串键值对对象)

Declare

            
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class KeyValuePair {
   # Gets the key in the key/value pair.
   Key: string;
   Value: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]