Table of Contents

Class InjectAttribute

Namespace
Obsidian.API.Plugins
Assembly
Obsidian.API.dll

Indicates that the property should be injected with a service.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class InjectAttribute : Attribute
Inheritance
InjectAttribute
Inherited Members

Constructors

InjectAttribute()

public InjectAttribute()