NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SerializationInfoEnumerator.Current

Gets the item which is currently being examined.

[Visual Basic]
Public ReadOnly Property Current As SerializationEntry
[C#]
public SerializationEntry Current {get;}
[C++]
public: __property SerializationEntry get_Current();
[JScript]
public function get Current() : SerializationEntry;

Property Value

The item which is currently being examined.

Exceptions

Exception Type Condition
InvalidOperationException The enumerator has not started enumerating items or has reached the end of the enumeration.

See Also

SerializationInfoEnumerator Class | SerializationInfoEnumerator Members | System.Runtime.Serialization Namespace