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

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

Méthodes publiques

Méthode Description
VirtualMachineFinder ( Expression exp ) : System.Collections.Generic

Méthodes protégées

Méthode Description
VisitBinary ( BinaryExpression be ) : Expression

Method Details

VirtualMachineFinder() public méthode

public VirtualMachineFinder ( Expression exp ) : System.Collections.Generic
exp System.Linq.Expressions.Expression
Résultat System.Collections.Generic

VisitBinary() protected méthode

protected VisitBinary ( BinaryExpression be ) : Expression
be System.Linq.Expressions.BinaryExpression
Résultat System.Linq.Expressions.Expression