public class AutoCompletePopupPropertyList : Collection<AutoCompletePopupItemProperties>Public Class AutoCompletePopupPropertyList
Inherits Collection(Of AutoCompletePopupItemProperties)public ref class AutoCompletePopupPropertyList : public Collection<AutoCompletePopupItemProperties^>type AutoCompletePopupPropertyList =
class
inherit Collection<AutoCompletePopupItemProperties>
end| AutoCompletePopupPropertyList | Инициализирует новый экземпляр класса AutoCompletePopupPropertyList |
| Count | Gets the number of elements actually contained in the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Item | Gets or sets the element at the specified index. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Items | Gets a IListT wrapper around the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Add | Adds an object to the end of the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Clear | Removes all elements from the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| ClearItems | Removes all elements from the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Contains | Determines whether an element is in the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| Insert | Inserts an element into the CollectionT at the specified index. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| InsertItem | Inserts an element into the CollectionT at the specified index. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| RemoveItem | Removes the element at the specified index of the CollectionT. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| SetItem | Replaces the element at the specified index. (Унаследован от CollectionAutoCompletePopupItemProperties) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |