IFluentInterface 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面,用來建置 Fluent 介面,並隱藏由 IntelliSense 宣告 Object 的方法。
public interface IFluentInterface
type IFluentInterface = interface
Public Interface IFluentInterface
- 衍生
備註
使用此介面實作的程式碼應該預期有兩件事之一:
方法
Equals(Object) |
從 IntelliSense 隱藏 Equals(Object) 方法的重新宣告。 |
GetHashCode() |
從 IntelliSense 隱藏 GetHashCode() 方法的重新宣告。 |
GetType() |
從 IntelliSense 隱藏 GetType() 方法的重新宣告。 |
ToString() |
從 IntelliSense 隱藏 ToString() 方法的重新宣告。 |