Dependencies
Gets the list of dependencies of the current item, or null
if there is no dependency.
Declaration
public IImmutableList<string> Dependencies { get; }
Property Value
Type | Description |
---|---|
IImmutableList<string> |
Gets the list of dependencies of the current item, or null
if there is no dependency.
public IImmutableList<string> Dependencies { get; }
Type | Description |
---|---|
IImmutableList<string> |