C# 클래스 OTAPI.Patcher.Engine.Extensions.TypeDefinitionExtensions

파일 보기 프로젝트 열기: DeathCradle/Open-Terraria-API

공개 메소드들

메소드 설명
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