Header menu logo FSharp.Analyzers.SDK

AnalyzerIgnoreRange Type

Union cases

Union case Description

CurrentLine commentLine

Full Usage: CurrentLine commentLine

Parameters:
    commentLine : int

commentLine : int

File

Full Usage: File

NextLine commentLine

Full Usage: NextLine commentLine

Parameters:
    commentLine : int

commentLine : int

Range(commentStart, commentEnd)

Full Usage: Range(commentStart, commentEnd)

Parameters:
    commentStart : int
    commentEnd : int

commentStart : int
commentEnd : int

Instance members

Instance member Description

this.IsCurrentLine

Full Usage: this.IsCurrentLine

Returns: bool
Returns: bool

this.IsFile

Full Usage: this.IsFile

Returns: bool
Returns: bool

this.IsNextLine

Full Usage: this.IsNextLine

Returns: bool
Returns: bool

this.IsRange

Full Usage: this.IsRange

Returns: bool
Returns: bool

Type something to start searching.