C# Class NArrange.Core.Configuration.HandlerConfiguration

Base class for handler configuration information.
Inheritance: ICloneable
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a clone of this instance.

Méthodes protégées

Méthode Description
DoClone ( ) : HandlerConfiguration

Creates a clone of this instance.

Method Details

Clone() public méthode

Creates a clone of this instance.
public Clone ( ) : object
Résultat object

DoClone() protected abstract méthode

Creates a clone of this instance.
protected abstract DoClone ( ) : HandlerConfiguration
Résultat HandlerConfiguration