Share via


IMemory.Version Method

Definition

Version is used to identify whether the a particular memory instance has been updated or not. If version is not changed, the caller may choose to use the cached result instead of recomputing everything.

public string Version ();
abstract member Version : unit -> string
Public Function Version () As String

Returns

A string indicates the version.

Applies to