nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / Extensions

Extensions

Full name Microsoft.VisualBasic.ComponentModel.DataSourceModel.Extensions Assembly Microsoft.VisualBasic.Runtime Members 3

01 Syntax

Microsoft.VisualBasic.ComponentModel.DataSourceModel.Extensions

02 Methods

NameOverloadsSummary
PropertyNames 1 Gets the union collection of the keys from DynamicPropertyBase.Properties.
ColRenames 1
PropertyNames 1

03 Members

method PropertyNames #
PropertyNames``1(IEnumerable(Of DynamicPropertyBase(Of ``0)))

Gets the union collection of the keys from DynamicPropertyBase.Properties.

Remarks

(包含所有的已经去除重复了的属性名称)

Parameters
NameTypeDescription
listIEnumerable(Of DynamicPropertyBase(Of ``0))

-

method ColRenames #
ColRenames(IEnumerable(Of DynamicPropertyBase(Of T)), String())
method PropertyNames #
PropertyNames(IEnumerable(Of DynamicPropertyBase(Of T)))