C# Класс OTAPI.Patcher.Engine.Extensions.TypeDefinitionExtensions

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

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

Метод Описание
MakePublic ( this type, bool nested = true ) : void

Ensures all members of the type are publicly accessible

MakeVirtual ( this type ) : void

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

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

Ensures all members of the type are publicly accessible
public static MakePublic ( this type, bool nested = true ) : void
type this The type to be made accessible
nested bool To make all nested classes public as well.
Результат void

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

public static MakeVirtual ( this type ) : void
type this
Результат void