CSharpLanguageCharacteristics.GetSymbolSample Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a sample symbol in the code.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Shared Function GetSymbolSample ( _
type As CSharpSymbolType _
) As String
'Usage
Dim type As CSharpSymbolType
Dim returnValue As String
returnValue = CSharpLanguageCharacteristics.GetSymbolSample(type)
public static string GetSymbolSample(
CSharpSymbolType type
)
public:
static String^ GetSymbolSample(
CSharpSymbolType type
)
static member GetSymbolSample :
type:CSharpSymbolType -> string
public static function GetSymbolSample(
type : CSharpSymbolType
) : String
Parameters
- type
Type: System.Web.Razor.Tokenizer.Symbols.CSharpSymbolType
The HtmlSymbolType.
Return Value
Type: System.String
A sample symbol in the code.