C# Class KellermanSoftware.CompareNetObjects.TypeBackwardsCompatibilityExtensions

Extensions for Type to provide backward compatibility between latest and older .net Framework APIs.
ファイルを表示 Open project: GregFinzer/Compare-Net-Objects

Public Methods

Method Description
GetTypeInfo ( this type ) : Type

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

Method Details

GetTypeInfo() public static method

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