MarshalledArray constructor

MarshalledArray(
  1. List<Object?> _array
)

Implementation

MarshalledArray(List<Object?> this._array);