'宣言 Public Shared Function CanReplace(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal index As System.Integer, _ ByVal item As T _ ) As System.Boolean
public static System.bool CanReplace<T>( IDataCollection<T> dataCollection, System.int index, T item ) where T: class
パラメータ
- dataCollection
- The data collection.
- index
- The index of the item that would be replaced.
- item
- The item that would be replaced.
型パラメータ
- T