Class TopoGraph
Inheritance
System.Object
Namespace: Umbraco.Core.Collections
Assembly: Umbraco.Core.dll
Syntax
public class TopoGraph
Methods
View SourceCreateNode<TKey, TItem>(TKey, TItem, IEnumerable<TKey>)
Declaration
public static TopoGraph.Node<TKey, TItem> CreateNode<TKey, TItem>(TKey key, TItem item, IEnumerable<TKey> dependencies)
Parameters
Type | Name | Description |
---|---|---|
TKey | key | |
TItem | item | |
System.Collections.Generic.IEnumerable<TKey> | dependencies |
Returns
Type | Description |
---|---|
TopoGraph.Node<TKey, TItem> |
Type Parameters
Name | Description |
---|---|
TKey | |
TItem |