C# Class SecureDelete.FileSearch.ExpressionNode

Inheritance: ICloneable
Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
Left ExpressionNode
Parent ExpressionNode
Right ExpressionNode
Type ExpressionType

Public Methods

Method Description
Clone ( ) : object

Method Details

Clone() public abstract method

public abstract Clone ( ) : object
return object

Property Details

Left public property

public ExpressionNode,SecureDelete.FileSearch Left
return ExpressionNode

Parent public property

public ExpressionNode,SecureDelete.FileSearch Parent
return ExpressionNode

Right public property

public ExpressionNode,SecureDelete.FileSearch Right
return ExpressionNode

Type public property

public ExpressionType Type
return ExpressionType