名前 | 解説 | |
---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | Gets or sets the the special character at the specified index. |
PlaceholderCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | System.Collections.CollectionBaseから継承されます。 |
![]() | Item | Gets or sets the the special character at the specified index. |
名前 | 解説 | |
---|---|---|
![]() | Add | Adds a new special character to the collection. |
![]() | AddRange | Adds the special characters of an ICollection to the end of the PlaceholderCollection. |
![]() | CheckItemBeforeAdding | Checks validity of the placeholder |
![]() | Clear | System.Collections.CollectionBaseから継承されます。 |
![]() | Contains | Determines whether a character is in the placeholder collection. |
![]() | CopyTo | Copies elements of the collection to an array starting at a particular array index. |
![]() | GetItem | Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection. |
![]() | IndexOf | Returns the index of a character in the placeholder collection, or ?1 if it does not belong to the collection. |
![]() | Insert | Inserts a new special character to the collection at the specified position. |
![]() | Remove | Removes a specific character from the collection. |
![]() | RemoveAt | System.Collections.CollectionBaseから継承されます。 |