ComInterfaceAutoImplGetInstanceOfCompletedTypeABSTRACT_TYPE Method |
Creates an instance of the completed type, that is based on the abstract type.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static ABSTRACT_TYPE GetInstanceOfCompletedType<ABSTRACT_TYPE>()
Public Shared Function GetInstanceOfCompletedType(Of ABSTRACT_TYPE) As ABSTRACT_TYPE
public:
generic<typename ABSTRACT_TYPE>
static ABSTRACT_TYPE GetInstanceOfCompletedType()
Type Parameters
- ABSTRACT_TYPE
- The type used to cast the return value.
Return Value
Type:
ABSTRACT_TYPE[!:ABSTRACT_TYPE]
See Also