Share via


ValueTypeBase<TValue> Class

Definition

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>

Type Parameters

TValue

The value type in the framework.

Inheritance
ValueTypeBase<TValue>
Derived
Attributes
Implements

Constructors

Properties

MetadataObjectPath

How to retrieve the value type metadata instance. It is used in code generation.

Name
RunTimeType
TypeName

Methods

Explicit Interface Implementations

Applies to