Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
AssemblyCSharp
Definition
C# Class AssemblyCSharp.Definition
Inheritance:
IDefinition
Show file
Open project: wooga/ps_social_jam
Public Properties
Property
Type
Description
id
string
name
string
Protected Properties
Property
Type
Description
description
string
group
string
test
bool
Public Methods
Method
Description
Clone
( ) :
object
ID
( ) :
string
ItemName
( ) :
string
ParseErrorLog
( ) :
string
Method Details
Clone()
public
method
public
Clone
( ) :
object
return
object
ID()
public
method
public
ID
( ) :
string
return
string
ItemName()
public
method
public
ItemName
( ) :
string
return
string
ParseErrorLog()
public
method
public
ParseErrorLog
( ) :
string
return
string
Property Details
description
protected property
protected
string
description
return
string
group
protected property
protected
string
group
return
string
id
public property
public
string
id
return
string
name
public property
public
string
name
return
string
test
protected property
protected
bool
test
return
bool