C# Class KellermanSoftware.CompareNetObjects.TypeBackwardsCompatibilityExtensions

Extensions for Type to provide backward compatibility between latest and older .net Framework APIs.
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects

Méthodes publiques

Méthode Description
GetTypeInfo ( this type ) : Type

Function to provide compilation compatibility between older code and newer style.

Method Details

GetTypeInfo() public static méthode

Function to provide compilation compatibility between older code and newer style.
public static GetTypeInfo ( this type ) : Type
type this The type.
Résultat System.Type