C# Class Abstraction, DesignPatterns

Datei anzeigen Open project: WeihanLi/DesignPatterns Class Usage Examples

Protected Properties

Property Type Description
Implementor Implementor,

Public Methods

Method Description
Operation ( ) : void
SetImplementor ( Implementor, implementor ) : void

Method Details

Operation() public abstract method

public abstract Operation ( ) : void
return void

SetImplementor() public method

public SetImplementor ( Implementor, implementor ) : void
implementor Implementor,
return void

Property Details

Implementor protected_oe property

protected Implementor, Implementor
return Implementor,