Share via


Methods.Delimiter Property

Definition

Gets the character that separates parameters in a method's parameter list.

public:
 virtual property System::String ^ Delimiter { System::String ^ get(); };
public:
 virtual property Platform::String ^ Delimiter { Platform::String ^ get(); };
public virtual string Delimiter { get; }
member this.Delimiter : string
Public Overridable ReadOnly Property Delimiter As String

Property Value

The parameter list separator.

Remarks

The value returned from this property is used to format the method signatures that appear in the IntelliSense method tip operation.

The base property returns a comma, ",".

Applies to