C# Class Mono.CSharp.CompilerGeneratedClass

Inheritance: Class
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
MakeName ( string host, string typePrefix, string name, int id ) : string

Méthodes protégées

Méthode Description
CheckMembersDefined ( ) : void
CompilerGeneratedClass ( DeclSpace parent, MemberName name, Mono.CSharp.Modifiers mod ) : System
MakeMemberName ( MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameter tparams, Mono.CSharp.Location loc ) : MemberName

Method Details

CheckMembersDefined() protected méthode

protected CheckMembersDefined ( ) : void
Résultat void

CompilerGeneratedClass() protected méthode

protected CompilerGeneratedClass ( DeclSpace parent, MemberName name, Mono.CSharp.Modifiers mod ) : System
parent DeclSpace
name MemberName
mod Mono.CSharp.Modifiers
Résultat System

MakeMemberName() protected static méthode

protected static MakeMemberName ( MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameter tparams, Mono.CSharp.Location loc ) : MemberName
host MemberBase
name string
unique_id int
tparams Mono.CSharp.TypeParameter
loc Mono.CSharp.Location
Résultat MemberName

MakeName() public static méthode

public static MakeName ( string host, string typePrefix, string name, int id ) : string
host string
typePrefix string
name string
id int
Résultat string