Interface ILocatable
- Namespace
- ICSharpCode.Decompiler.CSharp.OutputVisitor
- Assembly
- ICSharpCode.Decompiler.dll
public interface ILocatable
Properties
Length
int Length { get; }
Property Value
Location
TextLocation Location { get; }
public interface ILocatable
int Length { get; }
TextLocation Location { get; }