共用方式為


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() 方法的重新宣告。

適用於