System.Collections.Generic.IEnumerable<T> Extension

Location

Instance Methods


FillDABindingList<T>

Fills the existing with values from a specified sequence of data.

 

method FillDABindingList<T>(bindingList: IDABindingList)

 

void FillDABindingList<T>(IDABindingList bindingList)

 

Sub FillDABindingList<T>(bindingList As IDABindingList)

Parameters:

  • bindingList: IDABindingList instance to be filled

ToDABindingList<T>

Creates a new instance of the class from a specified sequence of data.

 

method ToDABindingList<T>: DABindingList<T>

 

DABindingList<T> ToDABindingList<T>()

 

Function ToDABindingList<T>() As DABindingList<T>