Api MemberIs Explicitly Implemented Property
This read-only property returns whether or not the member is an explicit interface member implementation
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsExplicitlyImplemented { get; }VB
Public ReadOnly Property IsExplicitlyImplemented As Boolean
GetC++
public:
property bool IsExplicitlyImplemented {
bool get ();
}F#
member IsExplicitlyImplemented : bool with get