void SetupSetMethod(
Type setType,
Delegate propValueDelegate,
Nullable<Type>[] types,
Nullable<Object>[] parameters
)
Sub SetupSetMethod ( _
setType As Type, _
propValueDelegate As Delegate, _
types As Nullable(Of Type)(), _
parameters As Nullable(Of Object)() _
)
void SetupSetMethod(
Type^ setType,
Delegate^ propValueDelegate,
array<Nullable<Type^>>^ types,
array<Nullable<Object^>>^ parameters
)