Class TWithSize<T>
- Namespace
- SunamoFilesIndex.Data
- Assembly
- SunamoFilesIndex.dll
Represents a value with an associated size
public class TWithSize<T>
Type Parameters
TType of the value
- Inheritance
-
TWithSize<T>
- Inherited Members
- Extension Methods
Properties
Size
Gets or sets the size in bytes
public long Size { get; set; }
Property Value
Value
Gets or sets the value
public T? Value { get; set; }
Property Value
- T