CustomXmlPartCollection Class
Represents a collection of CustomXmlParts.
public sealed class CustomXmlPartCollection : Collection<CustomXmlPart>, IList<CustomXmlPart>, ICollection<CustomXmlPart>, IList, ICollection, IReadOnlyList<CustomXmlPart>, IReadOnlyCollection<CustomXmlPart>, IEnumerable<CustomXmlPart>, IEnumerable
Public NotInheritable Class CustomXmlPartCollection
Inherits Collection(Of CustomXmlPart)
Implements IList(Of CustomXmlPart), ICollection(Of CustomXmlPart), IList, ICollection, IReadOnlyList(Of CustomXmlPart), IReadOnlyCollection(Of CustomXmlPart), IEnumerable(Of CustomXmlPart), IEnumerable
- Inheritance:
- System.ObjectSystem.Collections.ObjectModel.Collection<CustomXmlPart>CustomXmlPartCollection
Implements
System.Collections.Generic.IList<CustomXmlPart>
System.Collections.Generic.ICollection<CustomXmlPart>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<CustomXmlPart>
System.Collections.Generic.IReadOnlyCollection<CustomXmlPart>
System.Collections.Generic.IEnumerable<CustomXmlPart>
System.Collections.IEnumerable
Properties
Item[String]
Gets the CustomXmlPart with the specified ID or null.
public CustomXmlPart this[string id] { get; }
Public ReadOnly Property Item(id As String) As CustomXmlPart
Parameters
id
- System.String
The ID of the CustomXmlPart.
Property Value
The CustomXmlPart with the specified ID or null.
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable