C# Класс Simple.Reflection.GenericSignature

Показать файл Открыть проект

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

Метод Описание
GenericSignature ( Type type ) : System
GenericSignature ( Type type, HashSet namespaces ) : System
MakeConstraints ( ) : string

Защищенные методы

Метод Описание
CreateConstraintString ( ) : string
EnumerateConstraints ( Type type ) : IEnumerable

Описание методов

CreateConstraintString() защищенный Метод

protected CreateConstraintString ( ) : string
Результат string

EnumerateConstraints() защищенный Метод

protected EnumerateConstraints ( Type type ) : IEnumerable
type System.Type
Результат IEnumerable

GenericSignature() публичный Метод

public GenericSignature ( Type type ) : System
type System.Type
Результат System

GenericSignature() публичный Метод

public GenericSignature ( Type type, HashSet namespaces ) : System
type System.Type
namespaces HashSet
Результат System

MakeConstraints() публичный Метод

public MakeConstraints ( ) : string
Результат string