HashStructureGenerator - конструктор
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public HashStructureGenerator(
Type filterType = null,
Func<IHashNode[], Object, bool> filterFunc = null
)
Public Sub New (
Optional filterType As Type = Nothing,
Optional filterFunc As Func(Of IHashNode(), Object, Boolean) = Nothing
)
public:
HashStructureGenerator(
Type^ filterType = nullptr,
Func<array<IHashNode^>^, Object^, bool>^ filterFunc = nullptr
)
new :
?filterType : Type *
?filterFunc : Func<IHashNode[], Object, bool>
(* Defaults:
let _filterType = defaultArg filterType null
let _filterFunc = defaultArg filterFunc null
*)
-> HashStructureGenerator
Параметры
- filterType Type (Optional)
-
- filterFunc FuncIHashNode, Object, Boolean (Optional)
-