ProjectDependencyGraph.GetDependencySets(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a sequence of sets, where each set contains items with shared interdependency, and there is no dependency between sets. Each set returned will sorted in topological order.
public System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectId>> GetDependencySets (System.Threading.CancellationToken cancellationToken = default);
member this.GetDependencySets : System.Threading.CancellationToken -> seq<seq<Microsoft.CodeAnalysis.ProjectId>>
Public Function GetDependencySets (Optional cancellationToken As CancellationToken = Nothing) As IEnumerable(Of IEnumerable(Of ProjectId))
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.