Search Results for

    Show / Hide Table of Contents

    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>>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX