InvocationExpression.Type Propriedade
Definição
Obtém o tipo estático da expressão que esse Expression representa.Gets the static type of the expression that this Expression represents.
public:
property Type ^ Type { Type ^ get(); };
public override sealed Type Type { get; }
member this.Type : Type
Public Overrides NotOverridable ReadOnly Property Type As Type
Valor da propriedade
O Type que representa o tipo estático da expressão.The Type that represents the static type of the expression.