PsReturnItem

data class PsReturnItem(val shouldReturnFrom: (PowerShellState) -> Boolean, val tokenize: (StringStream, PowerShellState) -> String?)

Constructors

Link copied to clipboard
constructor(shouldReturnFrom: (PowerShellState) -> Boolean, tokenize: (StringStream, PowerShellState) -> String?)

Properties

Link copied to clipboard
Link copied to clipboard