The UniformControlCollection<(Of <(<'TOwner, TChildren>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| AddAt | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | ||
| RemoveAt | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ForEach<(Of <<'(TChildren>)>>) |
Executes an action for each element in the source collection.
(Defined by CollectionExtensions.) | |
| InPagesOf<(Of <<'(TChildren>)>>) |
Filters the incoming store to retrieve pages of a specified size.
(Defined by PagingExtensions.) | |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) | |
| ToPagedList<(Of <<'(TChildren>)>>) | (Defined by PagingExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item |