Table of Contents

Constructor CollectionSetterCache

Namespace
Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

CollectionSetterCache(Action<IEnumerable<T>>, Func<T, int>)

Initializes a new instance of the CollectionSetterCache class with specified parameters.

public CollectionSetterCache(Action<IEnumerable<T>> setItemsCore, Func<T, int> getItemHashCodeFunc)

Parameters

setItemsCore Action<IEnumerable<T>>

Specifies core method to set new item.

getItemHashCodeFunc Func<T, int>

Specifies method to handle items hash.