TypeInfo.GenericTypeParameters Property
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 an array of the generic type parameters of the current instance.
public:
virtual property cli::array <Type ^> ^ GenericTypeParameters { cli::array <Type ^> ^ get(); };
public virtual Type[] GenericTypeParameters { get; }
member this.GenericTypeParameters : Type[]
Public Overridable ReadOnly Property GenericTypeParameters As Type()
Property Value
Type[]
An array that contains the current instance's generic type parameters, or an array of Length zero if the current instance has no generic type parameters.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.