ReflectionUtilities.GetPropertyDefValue - метод Смотри также Terrasoft.Common - пространство имен > ReflectionUtilities - класс : GetPropertyDefValue - метод C#
- source
- Type.
- propertyName
- Property name.
- defValue
- The default value.
Glossary Item Box
Параметры
- source
- Type.
- propertyName
- Property name.
- defValue
- The default value.
Тип возвращаемого значения
The object that contains the value of the property.Исключение | Описание |
---|---|
ArgumentNullOrEmptyException | If the null value is passed as a propertyName parameter. |
InvalidObjectStateException | If the propertyName property is write-only. |