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

SetValue() public method

public SetValue ( object target, object value ) : void
target object
value object
return void
        public virtual void SetValue(object target, object value)
        {
            SetValue(target, value, null);
        }

Same methods

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