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
- rows
Type: System.Collections.Generic.IEnumerable<Guid>
- omitEmptyEntries
Type: System.Boolean
.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.