Class LazyField
Used to defer creation of fields, breaking reference cycles
public abstract class LazyField : NotificationObject, INotifyPropertyChanged
- Inheritance
-
LazyField
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
Force()
public abstract void Force()
WrapIf<T>(bool, ISurface, Func<IField<T>>)
public static IField<T> WrapIf<T>(bool predicate, ISurface surface, Func<IField<T>> createField)
Parameters
Returns
- IField<T>
Type Parameters
T