C# 클래스 Mono.Rocks.Tools.Types

파일 보기 프로젝트 열기: mono/rocks

공개 메소드들

메소드 설명
Action ( int args ) : CodeTypeReference
Func ( int args ) : CodeTypeReference
GetTypeParameter ( int index, int total ) : string
GetTypeParameterReferences ( int args, bool ret ) : IEnumerable
GetTypeParameters ( int args, bool ret ) : IEnumerable

메소드 상세

Action() 공개 정적인 메소드

public static Action ( int args ) : CodeTypeReference
args int
리턴 System.CodeDom.CodeTypeReference

Func() 공개 정적인 메소드

public static Func ( int args ) : CodeTypeReference
args int
리턴 System.CodeDom.CodeTypeReference

GetTypeParameter() 공개 정적인 메소드

public static GetTypeParameter ( int index, int total ) : string
index int
total int
리턴 string

GetTypeParameterReferences() 공개 정적인 메소드

public static GetTypeParameterReferences ( int args, bool ret ) : IEnumerable
args int
ret bool
리턴 IEnumerable

GetTypeParameters() 공개 정적인 메소드

public static GetTypeParameters ( int args, bool ret ) : IEnumerable
args int
ret bool
리턴 IEnumerable