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