C# Класс NClass.AssemblyImport.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ToNClass() публичный статический Метод

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.
Результат AccessModifier

ToNClass() публичный статический Метод

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.
Результат ClassModifier