Table of Contents

Class ListStore<T>.UnsavedEntry

Namespace
Stride.Core.IO
Assembly
Stride.Core.Serialization.dll
protected class ListStore<T>.UnsavedEntry
Inheritance
ListStore<T>.UnsavedEntry

Properties

Transaction

public int Transaction { get; set; }

Property Value

int

Value

public T Value { get; set; }

Property Value

T