Api MemberImplemented Type Property
This read-only property is used to get the type of the member if explicitly implemented
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 string ImplementedType { get; }VB
Public ReadOnly Property ImplementedType As String
GetC++
public:
property String^ ImplementedType {
String^ get ();
}F#
member ImplementedType : string with get