Inventory System
Search Results for

    Show / Hide Table of Contents

    Class InventoryFactory

    Static factory to create IInventorys.

    Inheritance
    object
    InventoryFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: InventorySystem.Inventory
    Assembly: InventorySystem.dll
    Syntax
    public static class InventoryFactory

    Methods

    | Edit this page View Source

    Create(int, bool)

    Declaration
    public static IInventory Create(int capacity = 2, bool handlesOverflow = false)
    Parameters
    Type Name Description
    int capacity
    bool handlesOverflow
    Returns
    Type Description
    IInventory
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX