C# Class Flyweight.FlyweightFactory

Afficher le fichier Open project: mravinale/gof-patterns Class Usage Examples

Méthodes publiques

Méthode Description
FlyweightFactory ( ) : System
GetFlyweight ( string key ) : Flyweight

Method Details

FlyweightFactory() public méthode

public FlyweightFactory ( ) : System
Résultat System

GetFlyweight() public méthode

public GetFlyweight ( string key ) : Flyweight
key string
Résultat Flyweight