C# Class NClass.AssemblyImport.Extensions

Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
ToNClass ( this accessModifier ) : AccessModifier

Converts the access modifier of the NReflect library into the corresponding NClass access modifier.

ToNClass ( this classModifier ) : ClassModifier

Converts the class modifier of the NReflect library into the corresponding NClass class modifier.

Method Details

ToNClass() public static méthode

Converts the access modifier of the NReflect library into the corresponding NClass access modifier.
public static ToNClass ( this accessModifier ) : AccessModifier
accessModifier this The access modifier of the NReflect library to convert.
Résultat AccessModifier

ToNClass() public static méthode

Converts the class modifier of the NReflect library into the corresponding NClass class modifier.
public static ToNClass ( this classModifier ) : ClassModifier
classModifier this The class modifier of the NReflect library to convert.
Résultat ClassModifier