InputAssetCollection<T> Class

Enumerable for task input assets.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.InputAssetCollection<T>

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class InputAssetCollection(Of T) _
    Implements ICollection(Of T), IEnumerable(Of T),  _
    IEnumerable
'Usage
Dim instance As InputAssetCollection(Of T)
public class InputAssetCollection<T> : ICollection<T>, 
    IEnumerable<T>, IEnumerable
generic<typename T>
public ref class InputAssetCollection : ICollection<T>, 
    IEnumerable<T>, IEnumerable
type InputAssetCollection<'T> =  
    class 
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable 
    end
JScript does not support generic types and methods.

Type Parameters

  • T
    The type of element.

The InputAssetCollection<T> type exposes the following members.

Constructors

  Name Description
Public method InputAssetCollection<T> Initializes a new instance of the <see cref="T:Microsoft.WindowsAzure.MediaServices.Client.InputAssetCollection`1" /> class.

Top

Properties

  Name Description
Public property Count Gets the count of element within a enumerable.
Public property IsReadOnly Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.
Public property Item Gets the IAsset at the specified index.

Top

Methods

  Name Description
Public method Add Adds the specified item to a collection.
Public method AddRange Adds the range of assets to a collection.
Public method Clear Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.
Public method Contains Determines whether the <see cref="T:System.Collections.Generic.ICollection`1" /> contains a specific value.
Public method CopyTo Copies to.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1" />.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace