ComponentOne ASP.NET MVC Controls
MacdBuilder<T> Constructor

C1.Web.Mvc.Finance.Fluent Namespace > MacdBuilder<T> Class : MacdBuilder<T> Constructor
The C1.Web.Mvc.Finance.Macd<T> object to be configurated.
Creates one MacdBuilder<T> instance to configurate obj.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As Macd(Of T) _
)
public MacdBuilder<T>( 
   Macd<T> obj
)

Parameters

obj
The C1.Web.Mvc.Finance.Macd<T> object to be configurated.
See Also

Reference

MacdBuilder<T> Class
MacdBuilder<T> Members