Pomona.Common.TypeSystem.PropertySpec.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( object target, IContainer container ) : object
target object
container IContainer
리턴 object
        public virtual object GetValue(object target, IContainer container)
        {
            return Getter.Invoke(target, container);
        }

Same methods

PropertySpec::GetValue ( object target ) : object