Click or drag to resize
BackingFieldUtilityGetInterfaceBackingFieldT Method
Gets the backing field for a public interface property that also has a proxy backing field to serialize Objects that implement the interface.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static T GetInterfaceBackingField<T>(
	ref T interfaceBackingField,
	Object objectBackingField
)
where T : class

Parameters

interfaceBackingField
Type: T
Interface backing field.
objectBackingField
Type: Object
Serialized backing field for a Object that implements T.

Type Parameters

T
The interface to which the backing field should be restricted.

Return Value

Type: T
The current value of the T backing field.
See Also