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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.