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