Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public static Object InvokeGenericMethod( string methodName, Object obj, Type[] genericTypeArguments, KeyValuePair<Type, Object>[] methodParameters ) |
Visual Basic |
---|
Public Shared Function InvokeGenericMethod ( _ methodName As String, _ obj As Object, _ genericTypeArguments As Type(), _ methodParameters As KeyValuePair(Of Type, Object)() _ ) As Object |
Visual C++ |
---|
public: static Object^ InvokeGenericMethod( String^ methodName, Object^ obj, array<Type^>^ genericTypeArguments, array<KeyValuePair<Type^, Object^>>^ methodParameters ) |
Parameters
- methodName
- Type: System..::..String
- obj
- Type: System..::..Object
- genericTypeArguments
- Type: array<System..::..Type>[]()[][]
- methodParameters
- Type: array<System.Collections.Generic..::..KeyValuePair<(Of <(<'Type, Object>)>)>>[]()[][]