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?)