AjScript.Expressions.IncrementExpression.Apply C# (CSharp) Méthode

Apply() public méthode

public Apply ( object value ) : object
value object
Résultat object
        public override object Apply(object value)
        {
            throw new NotImplementedException();
        }

Same methods

IncrementExpression::Apply ( object value, IContext context ) : object