IndexValuePair(T) Constructor

Initializes a new instance of the IndexValuePair<T> struct.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
Public Sub New ( _
    index As Integer, _
    value As T _
)
'Usage
Dim index As Integer
Dim value As T

Dim instance As New IndexValuePair(index, value)
public IndexValuePair(
    int index,
    T value
)
public:
IndexValuePair(
    int index, 
    T value
)

Parameters

  • value
    Type: T

See Also

Reference

IndexValuePair<T> Structure

Microsoft.Dynamics.Framework.Reports Namespace