C# 클래스 Regul.S3PI.Interfaces.HandlerElement

An extension to AHandlerElement, for simple data types (such as uint).
For an example of use, see SimpleList{T}.
상속: AHandlerElement, IEquatable>
파일 보기 프로젝트 열기: Onebeld/Regul 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( EventHandler handler ) : AHandlerElement

Get a copy of the HandlerElement but with a new change EventHandler.

Equals ( HandlerElement other ) : bool

Indicates whether the current object is equal to another object of the same type.

Equals ( object obj ) : bool

Determines whether the specified object is equal to the current HandlerElement{T}.

GetHashCode ( ) : int

Returns the hash code for this instance.

HandlerElement ( EventHandler handler ) : System

Initialize a new instance with a default value.

HandlerElement ( EventHandler handler, basis ) : System

Initialize a new instance with an initial value of basis.

HandlerElement ( EventHandler handler, HandlerElement basis ) : System

Initialize a new instance with an initial value from basis.

메소드 상세

Clone() 공개 메소드

Get a copy of the HandlerElement but with a new change EventHandler.
public Clone ( EventHandler handler ) : AHandlerElement
handler EventHandler The replacement HandlerElement delegate.
리턴 AHandlerElement

Equals() 공개 메소드

Indicates whether the current object is equal to another object of the same type.
public Equals ( HandlerElement other ) : bool
other HandlerElement An object to compare with this object.
리턴 bool

Equals() 공개 메소드

Determines whether the specified object is equal to the current HandlerElement{T}.
The obj parameter is null.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

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

HandlerElement() 공개 메소드

Initialize a new instance with a default value.
public HandlerElement ( EventHandler handler ) : System
handler EventHandler The delegate to invoke if the changes.
리턴 System

HandlerElement() 공개 메소드

Initialize a new instance with an initial value of basis.
public HandlerElement ( EventHandler handler, basis ) : System
handler EventHandler The delegate to invoke if the changes.
basis Initial value for instance.
리턴 System

HandlerElement() 공개 메소드

Initialize a new instance with an initial value from basis.
public HandlerElement ( EventHandler handler, HandlerElement basis ) : System
handler EventHandler The delegate to invoke if the changes.
basis HandlerElement Element containing the initial value for instance.
리턴 System