Methods::Delimiter Property
Visual Studio 2015
Gets the character that separates parameters in a method's 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 comma, ",".
Show: