C# 클래스 Charmed.Messaging.ActionReference

Maintains a weak reference to an action/delegate.
파일 보기 프로젝트 열기: brentedwards/Charmed 1 사용 예제들

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