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