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
StoryTeller
Engine
Sets
SimpleDictionary
C# Class StoryTeller.Engine.Sets.SimpleDictionary
显示文件
Open project: adymitruk/storyteller
Class Usage Examples
Public Methods
Method
Description
Has
(
string
key
) :
bool
this
(
string
key
) :
object
Method Details
Has()
public
method
public
Has
(
string
key
) :
bool
key
string
return
bool
this()
public
method
public
this
(
string
key
) :
object
key
string
return
object