logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class NullableParameterSignal

    Signal whose constructor takes a nullable value-type parameter.

    Inheritance
    object
    NullableParameterSignal
    Namespace: Serenity.EventDispatcher.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public sealed class NullableParameterSignal : EventDispatcherSignal

    Constructors

    NullableParameterSignal(int?)

    Declaration
    public NullableParameterSignal(int? maybe)
    Parameters
    Type Name Description
    int? maybe

    Fields

    Maybe

    Declaration
    public readonly int? Maybe
    Field Value
    Type Description
    int?
    In this article
    © 2026 Serenity. All Rights Reserved