Info
| Version: | 1.0.2 |
| Author(s): | ServiceTitan, Inc. |
| Last Update: | Tuesday, June 29, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/servicetitan/lazy-proxy |
| NuGet Url: | https://www.nuget.org/packages/LazyProxy |
Install
Install-Package LazyProxy
dotnet add package LazyProxy
paket add LazyProxy
LazyProxy Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reflection.Emit(>= 4.3.0)
Tags
The real instance wrapped by Lazy of T is created only after the first invocation of method or property.
It allows to distribute the loading from the class creation to the method or property invocation.