Click or drag to resize
PopupAttribute Class
A custom attribute for specifying that a field should display a popup.
Inheritance Hierarchy

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class PopupAttribute : PropertyAttribute

The PopupAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPopupAttribute
Initializes a new instance of the PopupAttribute class.
Top
Properties
Methods
  NameDescription
Public methodStatic memberGetTypePopupContents
Gets the popup contents for a string backing field that serializes a type.
Top
See Also