OutputAssetCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class OutputAssetCollection : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MediaServices.Client.IAsset>
type OutputAssetCollection = class
interface seq<IAsset>
interface IEnumerable
Public Class OutputAssetCollection
Implements IEnumerable(Of IAsset)
- Inheritance
-
OutputAssetCollection
- Implements
Constructors
OutputAssetCollection() |
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
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. |