[This is preliminary documentation and is subject to change.]
Indicates whether this token represents a literal, which is a string or a character sequence.
This flag is useful for pattern searches that examine comments and strings for sub-patterns
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract bool IsTextualLiteral { get; }
public abstract bool IsTextualLiteral { get; }
Public MustOverride ReadOnly Property IsTextualLiteral As Boolean
Get
Public MustOverride ReadOnly Property IsTextualLiteral As Boolean
Get
public:
virtual property bool IsTextualLiteral {
bool get () abstract;
}
public:
virtual property bool IsTextualLiteral {
bool get () abstract;
}
abstract IsTextualLiteral : bool with get
abstract IsTextualLiteral : bool with get
Property Value
Type:
Boolean