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