Table of Contents

Class LineReadEventArgs

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class LineReadEventArgs : EventArgs
Inheritance
LineReadEventArgs
Inherited Members
Extension Methods

Constructors

LineReadEventArgs(string)

public LineReadEventArgs(string line)

Parameters

line string

Properties

Line

public string Line { get; }

Property Value

string