C# Class StorytellerDocGen.Samples.SampleCache

Inheritance: ISampleCache
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
AddOrReplace ( Sample sample ) : void
All ( ) : IEnumerable
Find ( string name ) : Sample

Method Details

AddOrReplace() public method

public AddOrReplace ( Sample sample ) : void
sample Sample
return void

All() public method

public All ( ) : IEnumerable
return IEnumerable

Find() public method

public Find ( string name ) : Sample
name string
return Sample