KeyValuePairGuidGuidTable 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 Guid, Guid)) _
)
public KeyValuePairGuidGuidTable(
IEnumerable<KeyValuePair<Guid, Guid>> rows
)
public:
KeyValuePairGuidGuidTable(
IEnumerable<KeyValuePair<Guid, Guid>>^ rows
)
new :
rows:IEnumerable<KeyValuePair<Guid, Guid>> -> KeyValuePairGuidGuidTable
public function KeyValuePairGuidGuidTable(
rows : IEnumerable<KeyValuePair<Guid, Guid>>
)
Parameters
- rows
Type: System.Collections.Generic.IEnumerable<KeyValuePair<Guid, Guid>>
.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.