Share via


RepairTaskList Class

Definition

public sealed class RepairTaskList : System.Collections.Generic.ICollection<System.Fabric.Repair.RepairTask>, System.Collections.Generic.IEnumerable<System.Fabric.Repair.RepairTask>, System.Collections.Generic.IList<System.Fabric.Repair.RepairTask>
type RepairTaskList = class
    interface IList<RepairTask>
    interface ICollection<RepairTask>
    interface seq<RepairTask>
    interface IEnumerable
Public NotInheritable Class RepairTaskList
Implements ICollection(Of RepairTask), IEnumerable(Of RepairTask), IList(Of RepairTask)
Inheritance
System.Object
RepairTaskList
Implements
System.Collections.Generic.ICollection<RepairTask> System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<RepairTask> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<RepairTask> System.Collections.IEnumerable

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(RepairTask)
Clear()
Contains(RepairTask)
CopyTo(RepairTask[], Int32)
GetEnumerator()
IndexOf(RepairTask)
Insert(Int32, RepairTask)
Remove(RepairTask)
RemoveAt(Int32)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to