ReflectionUtilities.ForceGetValue - метод Смотри также Terrasoft.Common - пространство имен > ReflectionUtilities - класс : ForceGetValue - метод C#
- source
- Attributes and metadata of the current property.
- obj
- The object, the value of which is returned if the source property is write-only.
- args
Glossary Item Box
Параметры
- source
- Attributes and metadata of the current property.
- obj
- The object, the value of which is returned if the source property is write-only.
- args
Тип возвращаемого значения
The object that contains the value of the property.Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as a obj parameter. |
InvalidObjectStateException | If the obj property is write-only. |
The extension method for the System.Reflection.PropertyInfo class.