Click or drag to resize
PropertyBackingFieldAttribute Constructor
Initializes a new instance of the PropertyBackingFieldAttribute class that uses the default PropertyDrawer for the field type. This constructor assumes that the backing field name starts with "m_" or "_" and that the property name otherwise matches. For example, a field m_Character or _Character could refer to either a property Character { get; set; } or a pair of methods GetCharacter() and SetCharacter().

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public PropertyBackingFieldAttribute()
See Also