LazyLoading Constructor

Standard constructor.
Public Sub New( _ 
ByVal treeItems As MultiFileData(), _ 
ByVal fileSerializer As FileSerializer
)
This language is not supported or no code example is available.
public LazyLoading( 
MultiFileData[] treeItems
FileSerializer fileSerializer 
)
This language is not supported or no code example is available.

Parameters

treeItems
MultiFileData[]

The array containing info about all the files composing the whole assembly.

fileSerializer
FileSerializer

The FileSerializer that will be used for loading each single file.

.NET Framework

Supported in: 4.8

In this article

Definition