IReadOnlyAnnotatable.AnnotationsToDebugString(Int32) Method

Definition

Gets the debug string for all annotations declared on the object.

public virtual string AnnotationsToDebugString (int indent = 0);
abstract member AnnotationsToDebugString : int -> string
override this.AnnotationsToDebugString : int -> string
Public Overridable Function AnnotationsToDebugString (Optional indent As Integer = 0) As String

Parameters

indent
Int32

The number of indent spaces to use before each new line.

Returns

Debug string representation of all annotations.

Applies to