Type.GetFunctionPointerParameterTypes 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.
When overridden in a derived class, returns the parameter types of the current function pointer Type.
public:
virtual cli::array <Type ^> ^ GetFunctionPointerParameterTypes();
public virtual Type[] GetFunctionPointerParameterTypes ();
abstract member GetFunctionPointerParameterTypes : unit -> Type[]
override this.GetFunctionPointerParameterTypes : unit -> Type[]
Public Overridable Function GetFunctionPointerParameterTypes () As Type()
Returns
Type[]
An array of Type objects representing all the parameter types for the current function pointer Type.
-or-
An empty array of type Type, if no parameters are defined for the current function pointer Type.
Exceptions
The current type is not a function pointer. That is, the IsFunctionPointer property returns false
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.