Show / Hide Table of Contents

Interface ITypeComparer

Used to compare types.

Inherited Members
System.Collections.Generic.IEqualityComparer<System.Reflection.TypeInfo>.Equals(System.Reflection.TypeInfo, System.Reflection.TypeInfo)
System.Collections.Generic.IEqualityComparer<System.Reflection.TypeInfo>.GetHashCode(System.Reflection.TypeInfo)
Namespace: ExtendedXmlSerializer.ReflectionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface ITypeComparer : IEqualityComparer<TypeInfo>

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX