Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Abstraction
C# Class Abstraction, DesignPatterns
Exibir arquivo
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,