KeyValuePairInt32DateTimeTable Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
rows As IEnumerable(Of KeyValuePair(Of Integer, DateTime)) _
)
public KeyValuePairInt32DateTimeTable(
IEnumerable<KeyValuePair<int, DateTime>> rows
)
public:
KeyValuePairInt32DateTimeTable(
IEnumerable<KeyValuePair<int, DateTime>>^ rows
)
new :
rows:IEnumerable<KeyValuePair<int, DateTime>> -> KeyValuePairInt32DateTimeTable
public function KeyValuePairInt32DateTimeTable(
rows : IEnumerable<KeyValuePair<int, DateTime>>
)
Parameters
- rows
Type: System.Collections.Generic.IEnumerable<KeyValuePair<Int32, DateTime>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.