C# Class LunarBind.LunarBindStaticAttribute

Inheritance: Attribute
Afficher le fichier Open project: redscientistlabs/LunarBind

Méthodes publiques

Méthode Description
LunarBindStaticAttribute ( string path = null ) : System

The path this class will be instantiated at. Classes marked by this will be instantiated with their parameterless constructor.

Method Details

LunarBindStaticAttribute() public méthode

The path this class will be instantiated at. Classes marked by this will be instantiated with their parameterless constructor.
public LunarBindStaticAttribute ( string path = null ) : System
path string Path to add static type reference to. If left null, the type name will be used
Résultat System