VBSymbol.GetSample(VBSymbolType) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specified data sample from the object.

public static string GetSample (System.Web.Razor.Tokenizer.Symbols.VBSymbolType type);
static member GetSample : System.Web.Razor.Tokenizer.Symbols.VBSymbolType -> string
Public Shared Function GetSample (type As VBSymbolType) As String

Parameters

Returns

The specified data sample from the object.

Applies to