Show / Hide Table of Contents

    Interface IInjector

    The IInjector injects the dependencies into the object.

    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IInjector

    Methods

    TryInject(Object, IBinding, IResolver)

    Try inject object based on the binding information and with dependency provide by the resolver

    Declaration
    bool TryInject(object object, IBinding binding, IResolver resolver)
    Parameters
    Type Name Description
    Object object
    IBinding binding
    IResolver resolver
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 East Side Games Inc.