DataReader.GetSerialazebleObjectValue - метод Смотри также Terrasoft.Common - пространство имен > DataReader - класс : GetSerialazebleObjectValue - метод C#
- objectType
- The type of the serializable property/attribute value.
Glossary Item Box
public abstract object GetSerialazebleObjectValue( Type objectType )
Параметры
- objectType
- The type of the serializable property/attribute value.
Тип возвращаемого значения
The value of the serializable property/attribute of the objectType type.The type of the serializable property/attribute must implement the System.Runtime.Serialization.ISerializable interface or be marked with the [Serializable] attribute.