[]
Represents a ValidateActionBase collection.
[ListBindable(false)]
public class ValidateActionCollection : NamedObjectCollection<ValidateActionBase>, IList<ValidateActionBase>, ICollection<ValidateActionBase>, IList, ICollection, IReadOnlyList<ValidateActionBase>, IReadOnlyCollection<ValidateActionBase>, IEnumerable<ValidateActionBase>, IEnumerable
<ListBindable(False)>
Public Class ValidateActionCollection
Inherits NamedObjectCollection(Of ValidateActionBase)
Implements IList(Of ValidateActionBase), ICollection(Of ValidateActionBase), IList, ICollection, IReadOnlyList(Of ValidateActionBase), IReadOnlyCollection(Of ValidateActionBase), IEnumerable(Of ValidateActionBase), IEnumerable
Name | Description |
---|---|
InsertItem(int, ValidateActionBase) | Inserts an element into the collection at the specified index. |