TypeName.MakeSZArrayTypeName 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.
Creates a TypeName object representing a one-dimensional array of the current type, with a lower bound of zero.
public:
System::Reflection::Metadata::TypeName ^ MakeSZArrayTypeName();
public System.Reflection.Metadata.TypeName MakeSZArrayTypeName();
member this.MakeSZArrayTypeName : unit -> System.Reflection.Metadata.TypeName
Public Function MakeSZArrayTypeName () As TypeName
Returns
A TypeName object representing a one-dimensional array of the current type, with a lower bound of zero.