C# Class LunarBind.LunarBindStaticAttribute

Inheritance: Attribute
Datei anzeigen Open project: redscientistlabs/LunarBind

Public Methods

Method 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 method

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
return System