Show / Hide Table of Contents

Interface ITypeConverter<TSource, TDestination>

Interface to map a strong conversion between two types.

Inherited Members
ITypeConverter<TDestination>.Convert(Object)
Namespace: StansAssets.Foundation
Assembly: cs.temp.dll.dll
Syntax
public interface ITypeConverter<in TSource, out TDestination> : ITypeConverter<TDestination>
Type Parameters
Name Description
TSource

Conversion Source type.

TDestination

Conversion Destination type.

In This Article
Back to top Generated by DocFX