C# 클래스 Elastacloud.AzureManagement.Fluent.Linq.VirtualMachineFinder

Finds a virtual machine within a cloud service deployment
상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
VirtualMachineFinder ( Expression exp ) : System.Collections.Generic

보호된 메소드들

메소드 설명
VisitBinary ( BinaryExpression be ) : Expression

메소드 상세

VirtualMachineFinder() 공개 메소드

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

VisitBinary() 보호된 메소드

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