Edit

Share via


InMemoryStorageItem<T>(String, DateTime, T) Constructor

Definition

Initializes a new instance of the InMemoryStorageItem<T> class. Constructor for InMemoryStorageItem

public InMemoryStorageItem (string id, DateTime lastUpdated, T item);
new Microsoft.Toolkit.Uwp.UI.InMemoryStorageItem<'T> : string * DateTime * 'T -> Microsoft.Toolkit.Uwp.UI.InMemoryStorageItem<'T>
Public Sub New (id As String, lastUpdated As DateTime, item As T)

Parameters

id
String

uniquely identifies the item

lastUpdated
DateTime

last updated timestamp

item
T

the item being stored

Applies to