Returns True if the type re-implements specified interface.
public static bool IsReimplementsInterface(
ITypeInfo typeInfo,
string interfaceFullName,
out ITypeInfo baseTypeImplementedInterface
);
ITypeInfo typeInfo,
string interfaceFullName,
out ITypeInfo baseTypeImplementedInterface
);
Parameters
- typeInfo
-
Type object
- interfaceFullName
-
Interface fully qualified name
- baseTypeImplementedInterface
-
Base type that implements specified interface
Return Value
True if the type re-implements specified interface; False if otherwise.
Remarks
Example
To be added.
See Also
RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace

