API hub v1 API - Class Point (1.0.0-beta01)

public sealed class Point : IMessage<Point>, IEquatable<Point>, IDeepCloneable<Point>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class Point.

Point within the file (line and character).

Inheritance

object > Point

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

Point()

public Point()

Point(Point)

public Point(Point other)
Parameter
Name Description
other Point

Properties

Character

public int Character { get; set; }

Required. Character position within the line (zero-indexed).

Property Value
Type Description
int

Line

public int Line { get; set; }

Required. Line number (zero-indexed).

Property Value
Type Description
int