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

SetValue() public method

public SetValue ( object target, object value, IContainer container ) : void
target object
value object
container IContainer
return void
        public virtual void SetValue(object target, object value, IContainer container)
        {
            Setter.Invoke(target, value, container);
        }

Same methods

PropertySpec::SetValue ( object target, object value ) : void