C# Class NClass.AssemblyImport.Extensions

Datei anzeigen Open project: gbaychev/NClass

Public Methods

Method 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 method

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.
return AccessModifier

ToNClass() public static method

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.
return ClassModifier