FastenUp
Search Results for

    Show / Hide Table of Contents

    Interface IInternalMediator

    Internal mediator interface for internal use only. Source code generator will generate implementation for this interface.

    Namespace: FastenUp.Runtime.Mediators
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IInternalMediator

    Methods

    Bind(IBinder)

    Declaration
    void Bind(IBinder binder)
    Parameters
    Type Name Description
    IBinder binder

    Unbind(IBinder)

    Declaration
    void Unbind(IBinder binder)
    Parameters
    Type Name Description
    IBinder binder
    In This Article
    Back to top Generated by DocFX