DisplayCharsCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 | |
Item | Gets the element at the specified index. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 | |
Section | 関連付けられたセクション オブジェクトを返します。 |
名前 | 解説 | |
---|---|---|
Items | Returns the IList that the ReadOnlyCollection wraps. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 |
名前 | 解説 | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 | |
CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<DisplayCharBase>から継承されます。 |