C# Класс Nexus.Client.Util.ThreadSafeSevenZipExtractor.ActionPackage

Encapsulates an action that the thread safe extractor is asked to execute.
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionPackage ( System.Action p_actAction ) : System

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

Описание методов

ActionPackage() публичный Метод

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.
Результат System