Click or drag to resize

HTMLTableColumnStringGetterT Constructor (String, FuncT, String)

Constructor

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public HTMLTableColumnStringGetter(
	string description,
	Func<T, string> getter
)

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:DHI.Mike1D.Generic.HTMLTableColumnStringGetter`1.#ctor(System.String,System.Func{`0,System.String})"]

getter
Type: SystemFuncT, String

[Missing <param name="getter"/> documentation for "M:DHI.Mike1D.Generic.HTMLTableColumnStringGetter`1.#ctor(System.String,System.Func{`0,System.String})"]

See Also