IFluentInterface Interface

Definition

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:

See http://bit.ly/ifluentinterface for more information.

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.

Applies to