C# Class NArrange.Core.Configuration.HandlerConfiguration

Base class for handler configuration information.
Inheritance: ICloneable
Mostrar archivo Open project: MarcStan/NArrange Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : object

Creates a clone of this instance.

Protected Methods

Method Description
DoClone ( ) : HandlerConfiguration

Creates a clone of this instance.

Method Details

Clone() public method

Creates a clone of this instance.
public Clone ( ) : object
return object

DoClone() protected abstract method

Creates a clone of this instance.
protected abstract DoClone ( ) : HandlerConfiguration
return HandlerConfiguration