C# Class NAnt.Core.DataTypeBase

Inheritance: Element
Exibir arquivo Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Reset ( ) : void

Should be overridden by derived classes. clones the referenced types data into the current instance.

Protected Methods

Method Description
CopyTo ( DataTypeBase clone ) : void

Copies all instance data of the DataTypeBase to a given DataTypeBase.

Initialize ( ) : void

Method Details

CopyTo() protected method

Copies all instance data of the DataTypeBase to a given DataTypeBase.
protected CopyTo ( DataTypeBase clone ) : void
clone DataTypeBase
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Reset() public method

Should be overridden by derived classes. clones the referenced types data into the current instance.
public Reset ( ) : void
return void