Click or drag to resize
Virtual Care ApiResponseV2< T> Constructor (IEnumerable< T> )

[This is preliminary documentation and is subject to change.]

Allows shorthand for IEnumerable types.

Namespace: SnapMD.VirtualCare.ApiModels
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public ApiResponseV2(
	IEnumerable<T> data
)

Parameters

data
Type: System.Collections.Generic.IEnumerable<T>

[Missing <param name="data"/> documentation for "M:SnapMD.VirtualCare.ApiModels.ApiResponseV2`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]

See Also