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
PetStore
Web
Controllers
State
CartState
C# Class PetStore.Web.Controllers.State.CartState
Inheritance:
IEnumerable
显示文件
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
Add
(
int
quantity
,
int
productId
) :
void
GetEnumerator
( ) :
IEnumerator
Remove
(
CartItem
item
) :
void
Method Details
Add()
public
method
public
Add
(
int
quantity
,
int
productId
) :
void
quantity
int
productId
int
return
void
GetEnumerator()
public
method
public
GetEnumerator
( ) :
IEnumerator
return
IEnumerator
Remove()
public
method
public
Remove
(
CartItem
item
) :
void
item
CartItem
return
void