IFluentInterface 接口

定义

用于生成 Fluent 接口并隐藏 IntelliSense 中声明 Object 的方法的接口。

public interface IFluentInterface
type IFluentInterface = interface
Public Interface IFluentInterface
派生

注解

使用此接口实现的代码应需要以下两项之一:

有关详细信息,请参阅http://bit.ly/ifluentinterface。

方法

Equals(Object)

对 IntelliSense 隐藏方法的 Equals(Object) 重新声明。

GetHashCode()

对 IntelliSense 隐藏方法的 GetHashCode() 重新声明。

GetType()

对 IntelliSense 隐藏方法的 GetType() 重新声明。

ToString()

对 IntelliSense 隐藏方法的 ToString() 重新声明。

适用于