Methods::CloseBracket Property
Visual Studio 2015
Gets the character to use at the end of a method parameter list.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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, ")".
Show: