C# 클래스 Framework.Messaging.ActionReference

Maintains a weak reference to an action/delegate.
파일 보기 프로젝트 열기: xepher/uwp-wxbus

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ActionReference ( Delegate action ) : System

Constructor for ActionReference.

메소드 상세

ActionReference() 공개 메소드

Constructor for ActionReference.
public ActionReference ( Delegate action ) : System
action System.Delegate The action/delegate to be referenced.
리턴 System