Table of Contents

Class Legality

Namespace
TcgDex.Models
Assembly
TcgDex.CSharpSdk.dll

Tournament format legality for a card or set.

public sealed record Legality : IEquatable<Legality>

Inheritance

Implements

Inherited Members

Properties

Expanded

Whether the card or set is legal in the Expanded format.

public bool Expanded { get; init; }

Property Value

bool

Standard

Whether the card or set is legal in the Standard format.

public bool Standard { get; init; }

Property Value

bool