Interface IDependencyOperator
Represents an operator that's part of a dependency graph between related artifacts.
Inherited Members
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IDependencyOperator : IOperator, IDisposable
Properties
Dependencies
Gets the list of known artifacts the operator depends on.
Declaration
IEnumerable<Uri> Dependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Uri> |