C# 클래스 XSpect.Yacq.Serialization.MethodRef.MethodDescriptor

Provides information of MethodRef object.
상속: MemberDescriptor
파일 보기 프로젝트 열기: takeshik/yacq

공개 메소드들

메소드 설명
MethodDescriptor ( ) : System

Initializes a new instance of the MethodDescriptor class.

MethodDescriptor ( String name, TypeRef returnType = null, TypeRef typeArguments = null, TypeRef parameterTypes = null ) : System

Initializes a new instance of the MethodDescriptor class.

ToString ( ) : String

Returns a String that represents this instance.

메소드 상세

MethodDescriptor() 공개 메소드

Initializes a new instance of the MethodDescriptor class.
public MethodDescriptor ( ) : System
리턴 System

MethodDescriptor() 공개 메소드

Initializes a new instance of the MethodDescriptor class.
public MethodDescriptor ( String name, TypeRef returnType = null, TypeRef typeArguments = null, TypeRef parameterTypes = null ) : System
name String The name of the member.
returnType TypeRef The return type of the member.
typeArguments TypeRef The generic type arguments of the method.
parameterTypes TypeRef The parameter types in the method.
리턴 System

ToString() 공개 메소드

Returns a String that represents this instance.
public ToString ( ) : String
리턴 String