C# Class OTAPI.Patcher.Engine.Extensions.TypeDefinitionExtensions

Exibir arquivo Open project: DeathCradle/Open-Terraria-API

Public Methods

Method Description
MakePublic ( this type, bool nested = true ) : void

Ensures all members of the type are publicly accessible

MakeVirtual ( this type ) : void

Method Details

MakePublic() public static method

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

MakeVirtual() public static method

public static MakeVirtual ( this type ) : void
type this
return void