'宣言 Public Shared Function AddAsync(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal item As T _ ) As System.Threading.Tasks.Task(Of Integer)
public static System.Threading.Tasks.Task<int> AddAsync<T>( ICollectionView<T> collectionView, T item ) where T: class
パラメータ
- collectionView
- The collection view.
- item
- The item to be added.
型パラメータ
- T