C# Class XSpect.Yacq.Serialization.MethodRef.MethodDescriptor

Provides information of MethodRef object.
Inheritance: MemberDescriptor
Mostrar archivo Open project: takeshik/yacq

Public Methods

Method Description
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.

Method Details

MethodDescriptor() public method

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

MethodDescriptor() public method

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.
return System

ToString() public method

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