ITypeMembersInfo.RemoveInterfaceImplementation Method
| CodeIt.Right SDK Class Library |
|
ITypeMembersInfo.RemoveInterfaceImplementation Method
Removes an implementation of the interface.
void RemoveInterfaceImplementation(
string fullTypeName);
Parameters
-
fullTypeName
-
Full type name.
Remarks
Example
To be added.
See Also
ITypeMembersInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace