C# Class Nexus.Client.Util.ThreadSafeSevenZipExtractor.ActionPackage

Encapsulates an action that the thread safe extractor is asked to execute.
Mostra file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
ActionPackage ( System.Action p_actAction ) : System

A simple constructor that initializes the object with the given values.

Method Details

ActionPackage() public method

A simple constructor that initializes the object with the given values.
public ActionPackage ( System.Action p_actAction ) : System
p_actAction System.Action The action to execute.
return System