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 |