JsonWarningEnumReaderWriter<TEnum>.Instance Property
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.
The singleton instance of this stateless reader/writer.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0 })]
public static Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter<TEnum> Instance { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 0 })>]
static member Instance : Microsoft.EntityFrameworkCore.Storage.Json.JsonWarningEnumReaderWriter<'Enum (requires 'Enum : struct)>
Public Shared ReadOnly Property Instance As JsonWarningEnumReaderWriter(Of TEnum)
Property Value
- Attributes