Comma Property

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Gets or sets the comma of this item (mandatory to separate elements in an array)

public SyntaxToken? Comma { get; set; }

Returns