IConstructedTypeProvider<TType>.GetArrayType(TType, ArrayShape) 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.
Gets the type symbol for a generalized array of the given element type and shape.
public:
TType GetArrayType(TType elementType, System::Reflection::Metadata::ArrayShape shape);
public TType GetArrayType (TType elementType, System.Reflection.Metadata.ArrayShape shape);
abstract member GetArrayType : 'ype * System.Reflection.Metadata.ArrayShape -> 'ype
Public Function GetArrayType (elementType As TType, shape As ArrayShape) As TType
Parameters
- elementType
- TType
The type of the elements in the array.
- shape
- ArrayShape
The shape (rank, sizes, and lower bounds) of the array.
Returns
TType
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา