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
Project
Product
C# Class Project.Product
Show file
Open project: dibagaran/cs-2015-7-alpha
Class Usage Examples
Public Properties
Property
Type
Description
count
int
name
string
price
double
Public Methods
Method
Description
AsString
( ) :
string
Method Details
AsString()
public
method
public
AsString
( ) :
string
return
string
Property Details
count
public property
public
int
count
return
int
name
public property
public
string
name
return
string
price
public property
public
double
price
return
double