Class Event
An abstract base class, purely for inheritance purposes, representing a particular step/item in a stream of translation units.
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.IO.Streams
Assembly: Sdl.LanguagePlatform.IO.dll
Syntax
public abstract class Event
Constructors
Event()
An abstract base class, purely for inheritance purposes, representing a particular step/item in a stream of translation units.
Declaration
protected Event()