Search Results for

    Show / Hide Table of Contents

    Class DataChannelCollection

    A collection of data channels.

    Inheritance
    System.Object
    Collection<DataChannel, DataChannelCollection>
    DataChannelCollection
    Inherited Members
    Collection<DataChannel, DataChannelCollection>.Count
    Collection<DataChannel, DataChannelCollection>.Values
    Collection<DataChannel, DataChannelCollection>.ToArray()
    Collection<DataChannel, DataChannelCollection>.ArrayFromList(List<DataChannel>)
    Collection<DataChannel, DataChannelCollection>.CreateCollection()
    Collection<DataChannel, DataChannelCollection>.ForEach(Action2<DataChannel, Int32>)
    Collection<DataChannel, DataChannelCollection>.Replace(DataChannel[])
    Collection<DataChannel, DataChannelCollection>.Value
    Collection<DataChannel, DataChannelCollection>.AddSuccess(DataChannel)
    Collection<DataChannel, DataChannelCollection>.AddSuccessNoLock(DataChannel)
    Collection<DataChannel, DataChannelCollection>.Add(DataChannel)
    Collection<DataChannel, DataChannelCollection>.AddMany(DataChannel[])
    Collection<DataChannel, DataChannelCollection>.RemoveSuccess(DataChannel)
    Collection<DataChannel, DataChannelCollection>.RemoveSuccessNoLock(DataChannel)
    Collection<DataChannel, DataChannelCollection>.RemoveFirst()
    Collection<DataChannel, DataChannelCollection>.RemoveLast()
    Collection<DataChannel, DataChannelCollection>.RemoveFirst(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.RemoveLast(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.Remove(DataChannel)
    Collection<DataChannel, DataChannelCollection>.RemoveMany(DataChannel[])
    Collection<DataChannel, DataChannelCollection>.RemoveAll()
    Collection<DataChannel, DataChannelCollection>.Any()
    Collection<DataChannel, DataChannelCollection>.Any(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.Contains(DataChannel)
    Collection<DataChannel, DataChannelCollection>.ValueAt(Int32)
    Collection<DataChannel, DataChannelCollection>.ValueAtOrDefault(Int32)
    Collection<DataChannel, DataChannelCollection>.First()
    Collection<DataChannel, DataChannelCollection>.First(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.FirstOrDefault()
    Collection<DataChannel, DataChannelCollection>.FirstOrDefault(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.Last()
    Collection<DataChannel, DataChannelCollection>.Last(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.LastOrDefault()
    Collection<DataChannel, DataChannelCollection>.LastOrDefault(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.Single()
    Collection<DataChannel, DataChannelCollection>.Single(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.SingleOrDefault()
    Collection<DataChannel, DataChannelCollection>.SingleOrDefault(Function1<DataChannel, Boolean>)
    Collection<DataChannel, DataChannelCollection>.Where(Function2<DataChannel, Int32, Boolean>)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class DataChannelCollection : Collection<DataChannel, DataChannelCollection>

    Methods

    ArrayFromList(List<DataChannel>)

    Creates an array from a list.

    Declaration
    protected override DataChannel[] ArrayFromList(List<DataChannel> list)
    Parameters
    Type Name Description
    List<DataChannel> list

    The list.

    Returns
    Type Description
    DataChannel[]
    Overrides
    FM.LiveSwitch.Collection<FM.LiveSwitch.DataChannel, FM.LiveSwitch.DataChannelCollection>.ArrayFromList(List<FM.LiveSwitch.DataChannel>)

    CreateCollection()

    Creates a collection.

    Declaration
    protected override DataChannelCollection CreateCollection()
    Returns
    Type Description
    DataChannelCollection
    Overrides
    FM.LiveSwitch.Collection<FM.LiveSwitch.DataChannel, FM.LiveSwitch.DataChannelCollection>.CreateCollection()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0