logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class VirtualizerEnumerationFixture

    Reflection subject for CollectPatchableMembers(Type): one member per enumeration rule — plain method, overload pair, already-virtual method, static method, plain property, virtual property, static property, indexer and event. Living in the Tests assembly is fine here: member enumeration is pure reflection and never goes through the (test-assembly-excluding) discovery.

    Inheritance
    object
    VirtualizerEnumerationFixture
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.ServiceExtensionCreator.Tests.Editor
    Assembly: Serenity.ServiceExtensionCreator.Tests.Editor.dll
    Syntax
    public class VirtualizerEnumerationFixture

    Constructors

    VirtualizerEnumerationFixture()

    Declaration
    public VirtualizerEnumerationFixture()

    Properties

    this[int]

    Declaration
    public int this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    int

    MixedAccessorProperty

    Declaration
    public int MixedAccessorProperty { get; protected set; }
    Property Value
    Type Description
    int

    PlainProperty

    Declaration
    public int PlainProperty { get; set; }
    Property Value
    Type Description
    int

    ProtectedProperty

    Declaration
    protected int ProtectedProperty { get; set; }
    Property Value
    Type Description
    int

    StaticProperty

    Declaration
    public static int StaticProperty { get; set; }
    Property Value
    Type Description
    int

    VirtualProperty

    Declaration
    public virtual int VirtualProperty { get; set; }
    Property Value
    Type Description
    int

    Methods

    AlreadyVirtual()

    Declaration
    public virtual void AlreadyVirtual()

    Overloaded()

    Declaration
    public void Overloaded()

    Overloaded(int)

    Declaration
    public void Overloaded(int value)
    Parameters
    Type Name Description
    int value

    PlainMethod()

    Declaration
    public void PlainMethod()

    ProtectedInternalMethod()

    Declaration
    protected void ProtectedInternalMethod()

    ProtectedPlainMethod()

    Declaration
    protected void ProtectedPlainMethod()

    StaticMethod()

    Declaration
    public static void StaticMethod()

    Events

    SomethingHappened

    Declaration
    public event Action SomethingHappened
    Event Type
    Type Description
    Action
    In this article
    © 2026 Serenity. All Rights Reserved