Click or drag to resize

EventTListener Structure

Represents either a delegate or interface listener.

Namespace:  Archon.SwissArmyLib.Events
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct Listener : IEquatable<EventTListener>
Request Example View Source

The EventTListener generic type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(EventTListener)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldDelegateListener
Gets this listener's delegate reference.
Public fieldInterfaceListener
Gets this listener's interface reference.
Top
See Also