C# Class Elastacloud.AzureManagement.Fluent.Linq.VirtualMachineFinder

Finds a virtual machine within a cloud service deployment
Inheritance: System.Linq.Expressions.ExpressionVisitor
Exibir arquivo Open project: azurecoder/fluent-management

Public Methods

Method Description
VirtualMachineFinder ( Expression exp ) : System.Collections.Generic

Protected Methods

Method Description
VisitBinary ( BinaryExpression be ) : Expression

Method Details

VirtualMachineFinder() public method

public VirtualMachineFinder ( Expression exp ) : System.Collections.Generic
exp System.Linq.Expressions.Expression
return System.Collections.Generic

VisitBinary() protected method

protected VisitBinary ( BinaryExpression be ) : Expression
be System.Linq.Expressions.BinaryExpression
return System.Linq.Expressions.Expression