[AvaloniaListAttribute(Separators = new string[] { ... })]
public abstract class DefinitionList<T> : AvaloniaList<T>
where T : DefinitionBase
<AvaloniaListAttribute(Separators := New String() { ... })>
Public MustInherit Class DefinitionList(Of T As DefinitionBase)
Inherits AvaloniaList(Of T)[<AbstractClassAttribute>]
[<AvaloniaListAttribute(Separators = new string[] { ... })>]
type DefinitionList<'T when 'T : DefinitionBase> =
class
inherit AvaloniaList<'T>
end| DefinitionListT | Initializes a new instance of the DefinitionListT class |
| Capacity | (Inherited from AvaloniaListT) |
| Count | (Inherited from AvaloniaListT) |
| Item | (Inherited from AvaloniaListT) |
| ResetBehavior | (Inherited from AvaloniaListT) |
| Validate | (Inherited from AvaloniaListT) |
| Add(UTP) | (Inherited from AvaloniaListT) |
| AddRange(IEnumerableUTP) | (Inherited from AvaloniaListT) |
| Clear | (Inherited from AvaloniaListT) |
| Contains(UTP) | (Inherited from AvaloniaListT) |
| CopyTo(UTP, Int32) | (Inherited from AvaloniaListT) |
| EnsureCapacity(Int32) | (Inherited from AvaloniaListT) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (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 | (Inherited from AvaloniaListT) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRange(Int32, Int32) | (Inherited from AvaloniaListT) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf(UTP) | (Inherited from AvaloniaListT) |
| Insert(Int32, UTP) | (Inherited from AvaloniaListT) |
| InsertRange(Int32, IEnumerableUTP) | (Inherited from AvaloniaListT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Move(Int32, Int32) | (Inherited from AvaloniaListT) |
| MoveRange(Int32, Int32, Int32) | (Inherited from AvaloniaListT) |
| Remove(UTP) | (Inherited from AvaloniaListT) |
| RemoveAll(IEnumerableUTP) | (Inherited from AvaloniaListT) |
| RemoveAt(Int32) | (Inherited from AvaloniaListT) |
| RemoveRange(Int32, Int32) | (Inherited from AvaloniaListT) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| CollectionChanged | (Inherited from AvaloniaListT) |
| PropertyChanged | (Inherited from AvaloniaListT) |