Share via


TestCommandStatusList Class

Definition

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

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(TestCommandStatus)
Clear()
Contains(TestCommandStatus)
CopyTo(TestCommandStatus[], Int32)
GetEnumerator()
IndexOf(TestCommandStatus)
Insert(Int32, TestCommandStatus)
Remove(TestCommandStatus)
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