Table of Contents

Interface ILazyFactory<TInstance>

Namespace
Apizr
Assembly
Apizr.dll

A lazy instance

public interface ILazyFactory<out TInstance>

Type Parameters

TInstance

Type of your instance

Properties

Value

The lazy instance

TInstance Value { get; }

Property Value

TInstance