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() |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI