Méthode | Description | |
---|---|---|
MakePublic ( this type, bool nested = true ) : void |
Ensures all members of the type are publicly accessible
|
|
MakeVirtual ( this type ) : void |
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 |
public static MakeVirtual ( this type ) : void | ||
type | this | |
Résultat | void |