NamedValue(String, LiteralToken) 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 NamedValue lookup given name and value.
public NamedValue (string name, Microsoft.OData.UriParser.LiteralToken value);
new Microsoft.OData.UriParser.NamedValue : string * Microsoft.OData.UriParser.LiteralToken -> Microsoft.OData.UriParser.NamedValue
Public Sub New (name As String, value As LiteralToken)
Parameters
- name
- String
The name of the value. Or null if the name was not used for this value.
- value
- LiteralToken
The value - a literal.