C# Класс Myre.Extensions.TypeExtensions

A static class containing extensions methods for the System.Type class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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