Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Castle
MonoRail
Framework
Helpers
FormHelper.ValueGetter
C# 클래스 Castle.MonoRail.Framework.Helpers.FormHelper.ValueGetter
Abstracts the approach to access values on objects.
파일 보기
프로젝트 열기: nats/castle-1.0.3-mono
1 사용 예제들
공개 메소드들
메소드
설명
GetValue
(
object
instance
) :
object
Gets the value.
메소드 상세
GetValue()
공개
추상적인
메소드
Gets the value.
public
abstract
GetValue
(
object
instance
) :
object
instance
object
The instance.
리턴
object