Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Castle
MonoRail
Framework
Helpers
FormHelper.NoActionGetter
C# Class Castle.MonoRail.Framework.Helpers.FormHelper.NoActionGetter
Empty implementation of a
ValueGetter
Inheritance:
ValueGetter
Mostra file
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
GetValue
(
object
instance
) :
object
Gets the value.
Method Details
GetValue()
public
method
Gets the value.
public
GetValue
(
object
instance
) :
object
instance
object
The instance.
return
object