[]
Represents the strongly typed INamedObject object collection.
public class NamedObjectCollection<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : INamedObject
Public Class NamedObjectCollection(Of T As INamedObject)
Inherits Collection(Of T)
Implements IList(Of T), ICollection(Of T), IList, ICollection, IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable
| Name | Description |
|---|---|
| T |
Provides methods and properties to search, and access to items using the Name property of the INamedObject object.
| Name | Description |
|---|---|
| NamedObjectCollection() | Initializes a new instance of the NamedObjectCollection<T> class. |
| Name | Description |
|---|---|
| this[string] | Gets or sets the element with the specified name. |