Click or drag to resize
BackingFieldUtilityT Class
Backing field utility class.
Inheritance Hierarchy
SystemObject
  CandlelightBackingFieldUtilityT

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class BackingFieldUtility<T>
where T : IPropertyBackingFieldCompatible

Type Parameters

T
An IPropertyBackingFieldCompatible type.

The BackingFieldUtilityT type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberComparer
Gets the comparer for this class's type.
Top
See Also