Show / Hide Table of Contents

Class JoinedEventArgs

Event arguments for the SetsJoined event.

Inheritance
object
EventArgs
JoinedEventArgs
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 : EventArgs

Constructors

View Source

JoinedEventArgs(int, int)

Declaration
public JoinedEventArgs(int largerSetID, int smallerSetID)
Parameters
Type Name Description
int largerSetID

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

int smallerSetID

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

Fields

View Source

LargerSetID

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

Declaration
public readonly int LargerSetID
Field Value
Type Description
int
View Source

SmallerSetID

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

Declaration
public readonly int SmallerSetID
Field Value
Type Description
int

Extension Methods

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