DeleteIndexBinder.ReturnType 属性
定义
操作的结果类型。The result type of the operation.
public:
property Type ^ ReturnType { Type ^ get(); };
public override sealed Type ReturnType { get; }
member this.ReturnType : Type
Public Overrides NotOverridable ReadOnly Property ReturnType As Type
属性值
Type 对象,表示操作的结果类型。The Type object representing the result type of the operation.