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>
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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