C# Class StorytellerDocGen.Samples.SampleCache

Inheritance: ISampleCache
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
AddOrReplace ( Sample sample ) : void
All ( ) : IEnumerable
Find ( string name ) : Sample

Method Details

AddOrReplace() public méthode

public AddOrReplace ( Sample sample ) : void
sample Sample
Résultat void

All() public méthode

public All ( ) : IEnumerable
Résultat IEnumerable

Find() public méthode

public Find ( string name ) : Sample
name string
Résultat Sample