C# 클래스 Illusion.BindingEngine.WeakAction

파일 보기 프로젝트 열기: kasicass/kasicass

공개 프로퍼티들

프로퍼티 타입 설명
Action System.Delegate
Converter IDataConverter
Parameter object

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
operator ( ) : bool

Implements the operator !=.

메소드 상세

Equals() 공개 메소드

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance.
public GetHashCode ( ) : int
리턴 int

WeakAction() 공개 메소드

public WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
action System.Delegate
converter IDataConverter
parameter object
리턴 System

operator() 공개 정적인 메소드

Implements the operator !=.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Action 공개적으로 프로퍼티

public Delegate,System Action
리턴 System.Delegate

Converter 공개적으로 프로퍼티

public IDataConverter Converter
리턴 IDataConverter

Parameter 공개적으로 프로퍼티

public object Parameter
리턴 object