DescriptorDeclaration public sealed class DescriptorDeclaration Documentation public IDescriptor Descriptor { get; } public int EndColumn { get; } public int EndLine { get; } public string LeadingComments { get; } public IReadOnlyList<string> LeadingDetachedComments { get; } public int StartColumn { get; } public int StartLine { get; } public string TrailingComments { get; }