C# Class Node.net.Modules.Streams.NodeStream.PipeEventArgs

Class for passing event arguments for OnPipe.
Inheritance: AutoWrapEventArgs
Datei anzeigen Open project: WindowsTermKit/TermKit

Public Methods

Method Description
GetParameters ( ) : BoxedValue[]
PipeEventArgs ( NodeReadableStream src ) : System

Method Details

GetParameters() public method

public GetParameters ( ) : BoxedValue[]
return BoxedValue[]

PipeEventArgs() public method

public PipeEventArgs ( NodeReadableStream src ) : System
src NodeReadableStream
return System