InputAssetCollection<T>.Clear Method

Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" />.

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

Syntax

'Declaration
Public Sub Clear
'Usage
Dim instance As InputAssetCollection

instance.Clear()
public void Clear()
public:
virtual void Clear() sealed
abstract Clear : unit -> unit  
override Clear : unit -> unit
public final function Clear()

Implements

ICollection<T>.Clear()

Exceptions

Exception Condition
NotSupportedException

<see cref="T:System.Collections.Generic.ICollection`1" />

See Also

Reference

InputAssetCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace