C# Класс XSpect.Yacq.Serialization.MethodRef.MethodDescriptor

Provides information of MethodRef object.
Наследование: MemberDescriptor
Показать файл Открыть проект

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

Метод Описание
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