Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- index
Type: System.Int32
- value
Type: T