VBLanguageCharacteristics.GetSample Method
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.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Overrides Function GetSample ( _
type As VBSymbolType _
) As String
'Usage
Dim instance As VBLanguageCharacteristics
Dim type As VBSymbolType
Dim returnValue As String
returnValue = instance.GetSample(type)
public override string GetSample(
VBSymbolType type
)
public:
virtual String^ GetSample(
VBSymbolType type
) override
abstract GetSample :
type:VBSymbolType -> string
override GetSample :
type:VBSymbolType -> string
public override function GetSample(
type : VBSymbolType
) : String
Parameters
- type
Type: System.Web.Razor.Tokenizer.Symbols.VBSymbolType
The type of the symbol.
Return Value
Type: System.String
A sample symbol with the given type.