Interface IDependencyObject
Interface that represents an object that has dependencies defined.
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public interface IDependencyObject
  Properties
Dependencies
Gets the dependency list.
Declaration
Lazy<List<IDependencyLink>> Dependencies { get; }
  Property Value
| Type | Description | 
|---|---|
| Lazy<List<IDependencyLink>> |