Show / Hide Table of Contents

    Interface IRequiresPlatforms

    Namespace: QFSW.BA.Initializers
    Assembly: QFSW.BA.dll
    Syntax
    public interface IRequiresPlatforms : IModuleInitializer

    Methods

    InitializePlatforms(IReadOnlyCollection<Platform>)

    Declaration
    void InitializePlatforms(IReadOnlyCollection<Platform> platforms)
    Parameters
    Type Name Description
    IReadOnlyCollection<Platform> platforms

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top