C# 클래스 Simple.Reflection.GenericSignature

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
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