Click or drag to resize
IdentifiableBackingFieldCompatibleObjectWrapperTId, TData Property
Gets the data.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public T Data { get; protected set; }

Property Value

Type: T
The data.
See Also