Pomona.Common.TypeSystem.PropertySpec.GetValue C# (CSharp) Method

GetValue() public method

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

Same methods

PropertySpec::GetValue ( object target ) : object