Show / Hide Table of Contents

    Enum SquareColor

    Enumerates the possible colors of the creature square.

    Namespace: Fibula.Common.Contracts.Enumerations
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public enum SquareColor : byte

    Fields

    Name Description
    Black

    A black square.

    First

    A pointer to the first valid value in this enumeration.

    Last

    A pointer to the last valid value in this enumeration.

    White

    A white square.

    Extension Methods

    ObjectExtensions.YieldSingleItem<SquareColor>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<SquareColor>(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.