Whether to do lazy loading. The user is responsible to call Load(). This is not
supported by all classes, so you might get a NotImplementedException.
Note: Classes of type ISpread<ISpread<T>> do the lazy loading automatically if enabled.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4457.10838
Syntax
C# |
---|
public bool Lazy { get; set; } |