Сценарии
| Поиск типа |
| ||||||
Find a private field with Reflection? Using C# reflection to call a constructor Invoke method by MethodInfo | |||||||
| Получение основного типа для nullable структур. | PropertyInfo prop; var type = Nullable.GetUnderlyingType(prop.PropertyType) ?? prop.PropertyType; | ||||||
| Формирование конкретного типа на основе Generic | Type.MakeGenericType C# Type MakeGenericType | ||||||
| Ref и Out параметры метода. |
|