Methods.CloseBracket Property

Definition

Gets the character to use at the end of a method parameter list.

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

Property Value

The character to use at the end of a parameter list.

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 close parenthesis, ")".

Applies to