'宣言 Public Function New( _ ByVal collection As ICollection(Of T), _ ByVal oldItem As T, _ ByVal newItem As T, _ ByVal index As Integer, _ ByVal itemTypeDisplayName As String _ )
public CollectionChangeUndoUnit<T>( ICollection<T> collection, T oldItem, T newItem, int index, string itemTypeDisplayName )
例外 | 解説 |
---|---|
System.ArgumentNullException | collection は null であってはいけません。 |
System.ArgumentException | collection は読み取り専用にできません。 |