toList method
Get list of intermediate objects
Implementation
List<MarshalledObject> toList()
{
return map( (MarshalledObject obj) => obj );
}
Get list of intermediate objects
List<MarshalledObject> toList()
{
return map( (MarshalledObject obj) => obj );
}