C# 클래스 Nexus.Client.Util.ThreadSafeSevenZipExtractor.ActionPackage

Encapsulates an action that the thread safe extractor is asked to execute.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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