Search Results for

    Show / Hide Table of Contents

    Enum CollectionChangeCallback.OperationType

    Type of collection change.

    Namespace: Evergine.Common.Attributes
    Assembly: Evergine.Common.dll
    Syntax
    public enum CollectionChangeCallback.OperationType

    Fields

    Name Description
    Addition

    Element(s) added.

    Deletion

    Element(s) removed.

    NewItemInstance

    Ask for a new item instance.

    Reordering

    Element(s) reordered.

    Update

    Element(s) value updated.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX