Web Engine Canvas
    Preparing search index...

    Interface IFactory<T>

    interface IFactory<T> {
        create(): T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods