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

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the MemberDescriptor class.
public MemberDescriptor ( ) : System
Résultat System

MemberDescriptor() public méthode

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.
Résultat System

ToString() public méthode

Returns a String that represents this instance.
public ToString ( ) : String
Résultat String