NAnt SDK Documentation - v0.85-nightly-2005-11-09

DataTypeBaseBuilder Constructor 

[This is preliminary documentation and subject to change.]

Creates a new instance of the DataTypeBaseBuilder class for the specified DataTypeBase class in the Assembly specified.

[Visual Basic]
Public Sub New( _
   ByVal assembly As Assembly, _
   ByVal className As String _
)
[C#]
public DataTypeBaseBuilder(
   Assembly assembly,
   string className
);

Parameters

assembly
The Assembly containing the DataTypeBase.
className
The class representing the DataTypeBase.

Remarks

Missing <remarks> documentation for M:NAnt.Core.DataTypeBaseBuilder.#ctor(System.Reflection.Assembly,System.String)

See Also

DataTypeBaseBuilder Class | NAnt.Core Namespace