PofStreamReaderReadDictionary Method (Int32, IDictionary) |
Namespace: Tangosol.IO.Pof
public virtual IDictionary ReadDictionary( int index, IDictionary dict )
Exception | Condition |
---|---|
InvalidOperationException | If the POF stream has already advanced past the desired property. |
ArgumentNullException | If dict is null. |
IOException | If an I/O error occurs. |