C# 클래스 Myre.Extensions.TypeExtensions

A static class containing extensions methods for the System.Type class.
파일 보기 프로젝트 열기: martindevans/Myre

공개 메소드들

메소드 설명
GetImplementedTypes ( this t ) : IEnumerable

Get all types this type derives from

Parse ( this t, string s ) : object

Attempts to parse the given string with the default static Parse method for the given type

메소드 상세

GetImplementedTypes() 공개 정적인 메소드

Get all types this type derives from
public static GetImplementedTypes ( this t ) : IEnumerable
t this
리턴 IEnumerable

Parse() 공개 정적인 메소드

Attempts to parse the given string with the default static Parse method for the given type
public static Parse ( this t, string s ) : object
t this
s string
리턴 object