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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.