Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Castle
MonoRail
Framework
Helpers
FormHelper.ValueGetter
C# Class Castle.MonoRail.Framework.Helpers.FormHelper.ValueGetter
Abstracts the approach to access values on objects.
Afficher le fichier
Open project: nats/castle-1.0.3-mono
Class Usage Examples
Méthodes publiques
Méthode
Description
GetValue
(
object
instance
) :
object
Gets the value.
Method Details
GetValue()
public
abstract
méthode
Gets the value.
public
abstract
GetValue
(
object
instance
) :
object
instance
object
The instance.
Résultat
object