SupportedTypes Property

Glimpse API

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

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

Syntax

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

Field Value

The supported types.
See Also