public static bool CanInsert<T>( IDataCollection<T> dataCollection, int index, T item ) where T: class
'Declaration Public Shared Function CanInsert(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal index As Integer, _ ByVal item As T _ ) As Boolean
'Declaration
Public Shared Function CanInsert(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal index As Integer, _ ByVal item As T _ ) As Boolean
IDataCollectionEx Class IDataCollectionEx Members