Pomona.Common.TypeSystem.PropertySpec.GetValue C# (CSharp) Méthode

GetValue() public méthode

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

Same methods

PropertySpec::GetValue ( object target ) : object