Table of Contents

Struct Block

Namespace
MudBlazor
Assembly
MudBlazor.dll
public struct Block : IEquatable<Block>
Implements
Inherited Members
Extension Methods

Constructors

Block(char, int, int)

public Block(char MaskChar, int Min = 1, int Max = 1)

Parameters

MaskChar char
Min int
Max int

Properties

MaskChar

public char MaskChar { readonly get; set; }

Property Value

char

Max

public int Max { readonly get; set; }

Property Value

int

Min

public int Min { readonly get; set; }

Property Value

int

Methods

Deconstruct(out char, out int, out int)

public readonly void Deconstruct(out char MaskChar, out int Min, out int Max)

Parameters

MaskChar char
Min int
Max int

Equals(Block)

public readonly bool Equals(Block other)

Parameters

other Block

Returns

bool

Equals(object)

public override readonly bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int

ToString()

public override readonly string ToString()

Returns

string

Operators

operator ==(Block, Block)

public static bool operator ==(Block left, Block right)

Parameters

left Block
right Block

Returns

bool

operator !=(Block, Block)

public static bool operator !=(Block left, Block right)

Parameters

left Block
right Block

Returns

bool