Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / f<a> Method

In This Topic
    f<a> Method (dd)
    In This Topic
    Syntax
    'Declaration
     
    Public Function f(Of a)( _
       ByVal a As System.String, _
       ByVal b As a _
    ) As a
    public a f<a>( 
       System.string a,
       a b
    )

    Parameters

    a
    b

    Type Parameters

    a
    See Also