Click or drag to resize

ItemListJsonT Constructor (Int32, List)

Namespace:  BlackBerry.Workspaces.Json
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public ItemListJson(
	int total,
	List items
)

Parameters

total
Type: SystemInt32

[Missing <param name="total"/> documentation for "M:BlackBerry.Workspaces.Json.ItemListJson`1.#ctor(System.Int32,System.Collections.Generic.List`1)"]

items
Type: System.Collections.GenericListT

[Missing <param name="items"/> documentation for "M:BlackBerry.Workspaces.Json.ItemListJson`1.#ctor(System.Int32,System.Collections.Generic.List`1)"]

See Also