Share via


VBLanguageCharacteristics.GetSample(VBSymbolType) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a sample symbol with the given type.

public override string GetSample (System.Web.Razor.Tokenizer.Symbols.VBSymbolType type);
override this.GetSample : System.Web.Razor.Tokenizer.Symbols.VBSymbolType -> string
Public Overrides Function GetSample (type As VBSymbolType) As String

Parameters

type
VBSymbolType

The type of the symbol.

Returns

A sample symbol with the given type.

Applies to