Search Results for

    Show / Hide Table of Contents

    Class PropertyConst

    A concrete accessor for string literials to be used with PropertySet<TProperty, TValue> The class is partial as a way for you to extend without having to modify the original class. Extend by making another public partial class PropertyConst{}

    Inheritance
    Object
    PropertyConst
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TinnyStudios.AIUtility.Core.Properties
    Assembly: UtilityAIFramework.dll
    Syntax
    public class PropertyConst

    Fields

    GOLD

    Declaration
    public const string GOLD = "Inventory.Gold"
    Field Value
    Type Description
    String
    In This Article
    Back to top Generated by DocFX