DefinitionCollection<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename T>
where T : IDefinitionpublic ref class DefinitionCollection : System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>, System::Collections::Generic::IList<T>
public class DefinitionCollection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T> where T : IDefinition
type DefinitionCollection<'T (requires 'T :> IDefinition)> = class
interface IList<'T (requires 'T :> IDefinition)>
interface ICollection<'T (requires 'T :> IDefinition)>
interface seq<'T (requires 'T :> IDefinition)>
interface IEnumerable
Public Class DefinitionCollection(Of T)
Implements ICollection(Of T), IEnumerable(Of T), IList(Of T)
Type Parameters
- T
- Inheritance
-
DefinitionCollection<T>
- Derived
- Implements
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Add(T) | |
Clear() | |
Contains(T) | |
CopyTo(T[], Int32) | |
GetEnumerator() | |
IndexOf(T) | |
Insert(Int32, T) | |
Remove(T) | |
RemoveAt(Int32) |
Events
ItemSizeChanged |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |