ValueTypeBase<TValue> Class
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.
Base class to implement supported value types.
[System.Runtime.CompilerServices.Nullable(0)]
public abstract class ValueTypeBase<TValue> : Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IJsonValueSerializer, Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IJsonValueSerializer<TValue>, Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType<TValue>
[<System.Runtime.CompilerServices.Nullable(0)>]
type ValueTypeBase<'Value> = class
interface IValueType
interface IJsonValueSerializer
interface IValueType<'Value>
interface IJsonValueSerializer<'Value>
Public MustInherit Class ValueTypeBase(Of TValue)
Implements IJsonValueSerializer, IJsonValueSerializer(Of TValue), IValueType(Of TValue)
- TValue
The value type in the framework.
- Inheritance
-
ValueTypeBase<TValue>
- Derived
- Attributes
- Implements
Metadata |
How to retrieve the value type metadata instance. It is used in code generation. |
Name | |
Run |
|
Type |