LocationTagged<TValue>.Implicit Operator
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.
public:
static operator TValue(Microsoft::AspNetCore::Razor::Text::LocationTagged<TValue> ^ value);
public static implicit operator TValue (Microsoft.AspNetCore.Razor.Text.LocationTagged<TValue> value);
static member op_Implicit : Microsoft.AspNetCore.Razor.Text.LocationTagged<'Value> -> 'Value
Public Shared Widening Operator CType (value As LocationTagged(Of TValue)) As TValue
Parameters
- value
- LocationTagged<TValue>
Returns
- TValue