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
Exceptions
Exception | Condition |
---|---|
NotSupportedException | <see cref="T:System.Collections.Generic.ICollection`1" /> |