C# Class SecureDelete.FileSearch.ExpressionNode

Inheritance: ICloneable
Exibir arquivo 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_oe property

public ExpressionNode,SecureDelete.FileSearch Left
return ExpressionNode

Parent public_oe property

public ExpressionNode,SecureDelete.FileSearch Parent
return ExpressionNode

Right public_oe property

public ExpressionNode,SecureDelete.FileSearch Right
return ExpressionNode

Type public_oe property

public ExpressionType Type
return ExpressionType