Class TWithInt<T>
- Namespace
- SunamoFileSystem._public.SunamoData.Data
- Assembly
- SunamoFileSystem.dll
Holds a value of type T with an integer count. EN: Holds a value of type T with an integer count. CZ: Uchovává hodnotu typu T s celočíselným počtem.
public class TWithInt<T>
Type Parameters
TThe type of the value.
- Inheritance
-
TWithInt<T>
- Inherited Members
- Extension Methods
Properties
Count
Gets or sets the count.
public int Count { get; set; }
Property Value
Value
Gets or sets the value.
public T Value { get; set; }
Property Value
- T
Methods
ToString()
Returns a string representation of the value.
public override string? ToString()
Returns
- string
String representation of the value, or "(nulled)" if value is default.