C# Class DisruptorGeneralTest.StubEvent

Afficher le fichier Open project: bingyang001/disruptor-net-3.3.0-alpha Class Usage Examples

Méthodes publiques

Свойство Type Description
TRANSLATOR EventTranslatorTwoArg

Méthodes publiques

Méthode Description
Copy ( StubEvent evt ) : void
Equals ( StubEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StubEvent ( int i ) : System
ToString ( ) : string

Method Details

Copy() public méthode

public Copy ( StubEvent evt ) : void
evt StubEvent
Résultat void

Equals() public méthode

public Equals ( StubEvent other ) : bool
other StubEvent
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StubEvent() public méthode

public StubEvent ( int i ) : System
i int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

TRANSLATOR public_oe static_oe property

public static EventTranslatorTwoArg TRANSLATOR
Résultat EventTranslatorTwoArg