ReflectorIsExplicitInterfaceImplementation(PropertyInfo) Method
Determines whether the specified property is an explicit interface implementation.
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool IsExplicitInterfaceImplementation(
PropertyInfo property
)
Public Shared Function IsExplicitInterfaceImplementation (
property As PropertyInfo
) As Boolean
public:
static bool IsExplicitInterfaceImplementation(
PropertyInfo^ property
)
static member IsExplicitInterfaceImplementation :
property : PropertyInfo -> bool
- property PropertyInfo
- The property to check.
Boolean, if the specified
property is an explicit interface implementation; otherwise,
.