Table of Contents

Delegate VersionManager.CollectVersionInfoHandler

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Adds one or more version strings to the shared collection returned by GetVersionStrings().

public delegate void VersionManager.CollectVersionInfoHandler(Collector<string> versionStrings)

Parameters

versionStrings Collector<string>

Destination collector that receives version labels from registered modules.