ArrayTypeName.GetReflectionAttributeType 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.
Always return null, arrays can never be an attribute.
public:
virtual Type ^ GetReflectionAttributeType();
public:
Platform::Type ^ GetReflectionAttributeType();
public Type GetReflectionAttributeType ();
abstract member GetReflectionAttributeType : unit -> Type
override this.GetReflectionAttributeType : unit -> Type
Public Function GetReflectionAttributeType () As Type