C# 클래스 KellermanSoftware.CompareNetObjects.TypeBackwardsCompatibilityExtensions

Extensions for Type to provide backward compatibility between latest and older .net Framework APIs.
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
GetTypeInfo ( this type ) : Type

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

메소드 상세

GetTypeInfo() 공개 정적인 메소드

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