LazyProperty
public class LazyProperty
Namespace
Constructors
LazyProperty (1 of 2)
public LazyProperty(Func<object> getter)
LazyProperty (2 of 2)
public LazyProperty(Lazy<object> getter)
Properties
HasSetValue
public bool HasSetValue { get; }
Value
public object Value { get; set; }
Methods
Reset (1 of 2)
public void Reset(Func<object> getter)
Reset (2 of 2)
public void Reset(Lazy<object> getter)