Gets the type of the item currently being examined.
[Visual Basic] Public ReadOnly Property ObjectType As Type [C#] public Type ObjectType {get;} [C++] public: __property Type* get_ObjectType(); [JScript] public function get ObjectType() : Type;
The type of the item currently being examined.
Exception Type | Condition |
---|---|
InvalidOperationException | The enumerator has not started enumerating items or has reached the end of the enumeration. |
SerializationInfoEnumerator Class | SerializationInfoEnumerator Members | System.Runtime.Serialization Namespace