C# Class NAnt.Core.DataTypeBase

Inheritance: Element
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Reset ( ) : void

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

Méthodes protégées

Méthode Description
CopyTo ( DataTypeBase clone ) : void

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

Initialize ( ) : void

Method Details

CopyTo() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Reset() public méthode

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