Search Results for

    Show / Hide Table of Contents

    Class CommentEvent

    Inheritance
    object
    Event
    CommentEvent
    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 class CommentEvent : Event

    Constructors

    CommentEvent(string)

    Declaration
    public CommentEvent(string msg)
    Parameters
    Type Name Description
    string msg

    Properties

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • CommentEvent(string)
    • Properties
      • Message
    Back to top Generated by DocFX