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