Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / NameValuePair<TValue> Class / NameValuePair<TValue> Constructor / NameValuePair<TValue> Constructor(String,TValue)
The name of the item
The value of the corresponding item

In This Topic
    NameValuePair<TValue> Constructor(String,TValue)
    In This Topic
    Default constructor used to initialize the class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal value As TValue _
    )
    public NameValuePair<TValue>( 
       string name,
       TValue value
    )

    Parameters

    name
    The name of the item
    value
    The value of the corresponding item
    Remarks
    No Remarks
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also