ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / BollingerBandsTagHelper Class / GetObjectInstance Method

In This Topic
    GetObjectInstance Method (BollingerBandsTagHelper)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetObjectInstance( _
       ByVal parent As Object _
    ) As BollingerBands(Of Object)
    protected virtual BollingerBands<object> GetObjectInstance( 
       object parent
    )

    Parameters

    parent
    See Also