GenericTypeName.GetReflectionType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Type that this typename represents, if such a type exists, null otherwise.
public:
virtual Type ^ GetReflectionType();
public:
Platform::Type ^ GetReflectionType();
public Type GetReflectionType ();
abstract member GetReflectionType : unit -> Type
override this.GetReflectionType : unit -> Type
Public Function GetReflectionType () As Type