名前 | 解説 | |
---|---|---|
EventCollection コンストラクタ | Initializes a new instance of the EventCollection. |
EventCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
EventCollection コンストラクタ | Initializes a new instance of the EventCollection. |
名前 | 解説 | |
---|---|---|
Capacity | System.Collections.CollectionBaseから継承されます。 | |
Count | System.Collections.CollectionBaseから継承されます。 | |
Owner | Gets the owner of collection. C1.C1Preview.OwnedCollectionから継承されます。 |
名前 | 解説 | |
---|---|---|
AssignFrom | Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs). C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
Clear | System.Collections.CollectionBaseから継承されます。 | |
Exchange | Swap two items in collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
GetEnumerator | System.Collections.CollectionBaseから継承されます。 | |
IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
AddInt | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
GetByIndex | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
InsertInt | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
OnClear | オーバーライドされます。 Called when the collection is about to be cleared. Fires the EventCollection.Changing event. | |
OnClearComplete | オーバーライドされます。 Called after the collection has been cleared. Fires the EventCollection.Changed event. | |
OnInsert | オーバーライドされます。 Called when an item is about to be iserted. Fires the EventCollection.Changing event. | |
OnInsertComplete | オーバーライドされます。 Called after an item has been inserted. Fires the EventCollection.Changed event. | |
OnRemove | オーバーライドされます。 Called when an item is about to be removed. Fires the EventCollection.Changing event. | |
OnRemoveComplete | オーバーライドされます。 Called after an item has been removed. Fires the EventCollection.Changed event. | |
OnSet | オーバーライドされます。 Called when an item is about to be set. Fires the EventCollection.Changing event. | |
OnSetComplete | オーバーライドされます。 Called after an item has been set. Fires the EventCollection.Changed event. | |
OnValidate | System.Collections.CollectionBaseから継承されます。 | |
RemoveInt | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
SetByIndex | For internal use. C1.C1Preview.OwnedCollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Changed | Occurs after a change has been made to the current collection. | |
Changing | Occurs when a change is about to be made to the current collection. |