Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
StorytellerDocGen
Samples
SampleCache
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