Search Results for

    Show / Hide Table of Contents

    Class StreamCollection

    A stream collection.

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

    Methods

    ArrayFromList(List<Stream>)

    Creates an array from a list.

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

    The list.

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

    CreateCollection()

    Creates a collection.

    Declaration
    protected override StreamCollection CreateCollection()
    Returns
    Type Description
    StreamCollection
    Overrides
    FM.LiveSwitch.Collection<FM.LiveSwitch.Stream, FM.LiveSwitch.StreamCollection>.CreateCollection()

    GetByType<T>(StreamType)

    Gets a stream by its type.

    Declaration
    public T GetByType<T>(StreamType type)
        where T : Stream
    Parameters
    Type Name Description
    StreamType type
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    GetManyByType<T>(StreamType)

    Gets some streams by their type.

    Declaration
    public List<T> GetManyByType<T>(StreamType type)
        where T : Stream
    Parameters
    Type Name Description
    StreamType type
    Returns
    Type Description
    List<T>
    Type Parameters
    Name Description
    T
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0