IFluentInterface Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that is used to build fluent interfaces and hides methods declared by Object from IntelliSense.
public interface IFluentInterface
type IFluentInterface = interface
Public Interface IFluentInterface
- Derived
Remarks
Code that consumes implementations of this interface should expect one of two things:
Methods
Equals(Object) |
Redeclaration that hides the Equals(Object) method from IntelliSense. |
GetHashCode() |
Redeclaration that hides the GetHashCode() method from IntelliSense. |
GetType() |
Redeclaration that hides the GetType() method from IntelliSense. |
ToString() |
Redeclaration that hides the ToString() method from IntelliSense. |