OrderedGuidTable Constructor (IEnumerable<Guid>, Boolean)

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 Guid), _
    omitEmptyEntries As Boolean _
)
public OrderedGuidTable(
    IEnumerable<Guid> rows,
    bool omitEmptyEntries
)
public:
OrderedGuidTable(
    IEnumerable<Guid>^ rows, 
    bool omitEmptyEntries
)
new : 
        rows:IEnumerable<Guid> * 
        omitEmptyEntries:bool -> OrderedGuidTable
public function OrderedGuidTable(
    rows : IEnumerable<Guid>, 
    omitEmptyEntries : boolean
)

Parameters

.NET Framework Security

See Also

Reference

OrderedGuidTable Class

OrderedGuidTable Overload

Microsoft.TeamFoundation.Framework.Server Namespace