Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Abstraction
C# Class Abstraction, DesignPatterns
Show file
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 property
protected
Implementor,
Implementor
return
Implementor,