Search Results for

    Show / Hide Table of Contents

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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX