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

GetValue() public method

public GetValue ( object target ) : object
target object
return object
        public virtual object GetValue(object target)
        {
            return GetValue(target, null);
        }

Same methods

PropertySpec::GetValue ( object target, IContainer container ) : object