LiteralToken(Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new LiteralToken given value and originalText
public LiteralToken (object value);
new Microsoft.OData.UriParser.LiteralToken : obj -> Microsoft.OData.UriParser.LiteralToken
Public Sub New (value As Object)
Parameters
- value
- Object
The value of the literal. This is a parsed primitive value.