Class TUEvent
Represents a translation unit event in the stream.
Inherited Members
Namespace: SdlSdl.LanguagePlatformIOStreams
Assembly: Sdl.LanguagePlatform.IO.dll
Syntax
public class TUEvent : Event
Constructors
TUEvent(TranslationUnit)
Initializes a new instance of the TUEvent class with the specified translation unit.
Declaration
public TUEvent(TranslationUnit tu)
Parameters
Type | Name | Description |
---|---|---|
TranslationUnit | tu | The translation unit. |
Properties
TranslationUnit
Gets the underlying translation unit.
Declaration
public TranslationUnit TranslationUnit { get; }
Property Value
Type | Description |
---|---|
TranslationUnit |