Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CompositeIcon Class / C1CompositeIcon Constructor
The context.


In This Topic
    C1CompositeIcon Constructor
    In This Topic
    Initializes a new instance of the C1CompositeIcon class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
     
    Dim instance As New C1CompositeIcon(context)
    public C1CompositeIcon( 
       Android.Content.Context context
    )

    Parameters

    context
    The context.
    See Also