ComInterfaceAutoImplGetCompletedType Method |
Return the completed type for this
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static Type GetCompletedType(
Type abstractType
)
Public Shared Function GetCompletedType (
abstractType As Type
) As Type
public:
static Type^ GetCompletedType(
Type^ abstractType
)
Parameters
- abstractType
- Type: SystemType
Return Value
Type:
Type
See Also