logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AlreadyVirtualMethodsVirtualizerFixture

    Fixture for the already-subclass-friendly path: every public method is virtual (a patchable property remains, but property-only patches are pointless for eligibility and must not be written).

    Inheritance
    object
    AlreadyVirtualMethodsVirtualizerFixture
    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 AlreadyVirtualMethodsVirtualizerFixture

    Constructors

    AlreadyVirtualMethodsVirtualizerFixture()

    Declaration
    public AlreadyVirtualMethodsVirtualizerFixture()

    Properties

    PatchableProperty

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

    Methods

    Act()

    Declaration
    public virtual void Act()
    In this article
    © 2026 Serenity. All Rights Reserved