点击或拖拽改变大小

ItemCollection  转换 (ListObject to ItemCollection)

[缺少 "M:CPF.Controls.ItemCollection.op_Implicit(System.Collections.Generic.List{System.Object})~CPF.Controls.ItemCollection" 的 <summary> 文档]

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static implicit operator ItemCollection (
	List<Object> list
)

参数

list
类型:System.Collections.GenericListObject

[缺少 "M:CPF.Controls.ItemCollection.op_Implicit(System.Collections.Generic.List{System.Object})~CPF.Controls.ItemCollection" 的 <param name="list"/> 文档]

返回值

类型:ItemCollection

[缺少 "M:CPF.Controls.ItemCollection.op_Implicit(System.Collections.Generic.List{System.Object})~CPF.Controls.ItemCollection" 的 <returns> 文档]

参见