Click or drag to resize

ResponseWrapT(T) Constructor

Initializes a new instance of the ResponseWrapT class

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public ResponseWrap(
	T data
)

Parameters

data  T

[Missing <param name="data"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.ResponseWrap`1.#ctor(`0)"]

See Also