logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class NestedData

    A nested data object used to exercise recursive complex-parameter building.

    Inheritance
    object
    NestedData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.EventDispatcher.Tests.Infrastructure
    Assembly: Tests.dll
    Syntax
    public sealed class NestedData

    Constructors

    NestedData(string, int)

    Declaration
    public NestedData(string label, int count)
    Parameters
    Type Name Description
    string label
    int count

    Fields

    Count

    Declaration
    public readonly int Count
    Field Value
    Type Description
    int

    Label

    Declaration
    public readonly string Label
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved