'宣言 Public Shared Function RemoveFilterAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T) _ ) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task RemoveFilterAsync<T>( IDataCollection<T> dataCollection ) where T: class
パラメータ
- dataCollection
- The data collection.
型パラメータ
- T