ReadPortableArray Method
ReadPortableArray<TPortable>(string)
Declaration
TPortable[] ReadPortableArray<TPortable>(string fieldName) where TPortable : IPortable
Parameters
string | fieldName | name of the field |
Returns
TPortable[] | the portabke value read |
Type Parameters
TPortable |
Exceptions
IOException | System.IO.IOException |