BaseCollection<T> Constructor

Initializes a new instance of the BaseCollection<T> class.

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

Syntax

'Declaration
Protected Sub New ( _
    context As MediaContextBase _
)
'Usage
Dim context As MediaContextBase 

Dim instance As New BaseCollection(context)
protected BaseCollection(
    MediaContextBase context
)
protected:
BaseCollection(
    MediaContextBase^ context
)
new : 
        context:MediaContextBase -> BaseCollection
protected function BaseCollection(
    context : MediaContextBase
)

Parameters

See Also

Reference

BaseCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace