Show / Hide Table of Contents

Class JoinedEventArgs<T>

Event arguments for the SetsJoined event.

Inheritance
object
EventArgs
JoinedEventArgs<T>
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public class JoinedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Constructors

View Source

JoinedEventArgs(T, T)

Declaration
public JoinedEventArgs(T largerSet, T smallerSet)
Parameters
Type Name Description
T largerSet

The larger of the two sets that were joined; becomes the new parent set.

T smallerSet

The smaller of the two sets that were joined; becomes the new child set.

Fields

View Source

LargerSet

The larger of the two sets that were joined; becomes the new parent set.

Declaration
public readonly T LargerSet
Field Value
Type Description
T
View Source

SmallerSet

The smaller of the two sets that were joined; becomes the new child set.

Declaration
public readonly T SmallerSet
Field Value
Type Description
T

Extension Methods

Utility.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX