Table of Contents

Class TWithSize<T>

Namespace
SunamoFilesIndex.Data
Assembly
SunamoFilesIndex.dll

Represents a value with an associated size

public class TWithSize<T>

Type Parameters

T

Type 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

long

Value

Gets or sets the value

public T? Value { get; set; }

Property Value

T