Open sandboxFocus

Property IsExplicit

IsExplicit

Gets or sets a value indicating whether the interface member should be introduced as an explicit implementation.

Declaration
public bool IsExplicit { get; set; }
Property Value
Type Description
bool
Remarks

When true, the member is introduced as an explicit interface implementation (e.g., void IDisposable.Dispose()). When false (the default), an implicit public implementation is created.