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

Afficher le fichier Open project: DeathCradle/Open-Terraria-API

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

MakeVirtual() public static méthode

public static MakeVirtual ( this type ) : void
type this
Résultat void