EventInfo.ParameterTypes Property

Definition

Returns the data type given to the parameter located in the specified position in the array. This field is read-only.

public:
 property cli::array <TypeCode> ^ ParameterTypes { cli::array <TypeCode> ^ get(); };
public TypeCode[] ParameterTypes { get; }
member this.ParameterTypes : TypeCode[]
Public ReadOnly Property ParameterTypes As TypeCode()

Property Value

An ushort data type for the parameter in the array at the position specified.

Applies to