Extensions
01 Syntax
Microsoft.VisualBasic.ComponentModel.DataSourceModel.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| PropertyNames | 1 | Gets the union collection of the keys from DynamicPropertyBase.Properties. |
| ColRenames | 1 | |
| PropertyNames | 1 |
03 Members
PropertyNames``1(
IEnumerable(Of DynamicPropertyBase(Of ``0)))Gets the union collection of the keys from DynamicPropertyBase.Properties.
Remarks
(包含所有的已经去除重复了的属性名称)
Parameters
| Name | Type | Description |
|---|---|---|
list | IEnumerable(Of DynamicPropertyBase(Of ``0)) | - |
ColRenames(
IEnumerable(Of DynamicPropertyBase(Of T)), String())PropertyNames(
IEnumerable(Of DynamicPropertyBase(Of T)))