C# Class XSpect.Yacq.Serialization.MemberRef.MemberDescriptor

Provides information of MemberRef (and its derived classes, excepts MethodRef) object.
Mostrar archivo Open project: takeshik/yacq

Public Methods

Method Description
MemberDescriptor ( ) : System

Initializes a new instance of the MemberDescriptor class.

MemberDescriptor ( String name, TypeRef returnType = null ) : System

Initializes a new instance of the MemberDescriptor class.

ToString ( ) : String

Returns a String that represents this instance.

Method Details

MemberDescriptor() public method

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

MemberDescriptor() public method

Initializes a new instance of the MemberDescriptor class.
public MemberDescriptor ( String name, TypeRef returnType = null ) : System
name String The name of the member.
returnType TypeRef The return type of the member.
return System

ToString() public method

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