The base class of all expression classes used to construct expression trees by subclasses of ContactListCommand.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public interface IExpression : ICloneable
Visual Basic
Public Interface IExpression _
	Inherits ICloneable

See Also