C# Class Flyweight.FlyweightFactory

显示文件 Open project: mravinale/gof-patterns Class Usage Examples

Public Methods

Method Description
FlyweightFactory ( ) : System
GetFlyweight ( string key ) : Flyweight

Method Details

FlyweightFactory() public method

public FlyweightFactory ( ) : System
return System

GetFlyweight() public method

public GetFlyweight ( string key ) : Flyweight
key string
return Flyweight