C# Класс LunarBind.LunarBindStaticAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
LunarBindStaticAttribute ( string path = null ) : System

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

Описание методов

LunarBindStaticAttribute() публичный Метод

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
Результат System