Table of Contents

Class TWithIntCompare<T>

Namespace
SunamoCompare
Assembly
SunamoCompare.dll

Represents a value of type T with an associated integer count.

public class TWithIntCompare<T>

Type Parameters

T

The type of the value.

Inheritance
TWithIntCompare<T>
Inherited Members
Extension Methods

Properties

Count

Gets or sets the count associated with the value.

public int Count { get; set; }

Property Value

int

Value

Gets or sets the value.

public T? Value { get; set; }

Property Value

T