Issue.

EndColumn Property

Summary

Gets the end of the column range in the file where the issues has occurred. null if the issue affects the whole file, an assembly or only a single column.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
Issue

Syntax

public Nullable<int> EndColumn { get; }

Value

Type Description
Nullable<int>