Methods.Delimiter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, ",".