Click or drag to resize

CouchbaseDependencyAttributeLazy Property

Gets or sets if the dependency should be created when it is first requested (true) or immediately upon registration.

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public bool Lazy { get; set; }

Property Value

Type: Boolean
See Also