SupportedTypes Property

Glimpse API

DateTimeConverter SupportedTypes Property Glimpse API Documentation
Gets the supported types the converter will be invoked for.

Namespace: Glimpse.Core.SerializationConverter
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public IEnumerable<Type> SupportedTypes { get; }
public IEnumerable<Type> SupportedTypes { get; }

Field Value

The supported types: OnlineDateTime and OnlineNullable T , where T is a OnlineDateTime.

Implements

ISerializationConverter SupportedTypes
See Also